Giter Site home page Giter Site logo

swapn652 / interview-challenges Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ezequielbugnon/interview-challenges

0.0 0.0 0.0 380 KB

This repository is for the people who are interested in approving the job interview challenges especially those junior developers.

Home Page: https://interview-challenges-three.vercel.app

License: GNU General Public License v3.0

TypeScript 93.83% CSS 1.24% HTML 4.93%

interview-challenges's Introduction

Interview Challenges Project

Interview Challenges Project

This project is an Open-source for the people who are interested in approving the job interview challenges especially those junior developers. Here you will find tests similar to those carried out by companies.

How to Contribute to this project

  1. Local Development
  2. What you can do

Local Development

  1. Fork the repository first (Click the Fork button in the top right of this page, click your Profile Image)
  2. Clone the forked repository to your local machine.
git clone https://github.com/ezequielbugnon/interview-challenges.git
  1. change the present working directory
cd interview-challenges
  1. Open CMD in your current directory and install npm packages using command.
npm install
  1. Run the project.
npm run dev
  1. Make changes in the project. Add, Commit and Push the project using following commands:

Create a Branch

git checkout -b <name of the branch>
  • Make the changes

Add all files

git add .

Commit the changes

git commit -m "Write Your commit Message"

Push the branch

git push

OR

git push origin branch-name

Make Pull Request from Github Repository ** Star the repository. **

What you can do

  • you can add a new challenge in src/data/challenge.json
  • Add new features (please suggest in the issues) like new styles, new functionality. all you deem necessary

Adding Projects

If you want to add your challenge in repository, you are welcome. Please add your project in "src/data" folder.

Please respect the json structure

If the challenge has no solutions yet you must leave the array empty.

Tech stack used

Language Badge
HTML HTML
CSS CSS
Material-UI Material-UI
JavaScript JavaScript
React React
Vite Vite

translations

Language link
Spanish spanish translate

Note

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code wherever necessary.
  • Make sure the eslint Compiled successfully! doesn't show you a warning.

Support

Please leave a STAR⭐

License

ProjectsHut is licensed under the GNU GENERAL PUBLIC LICENSE

interview-challenges's People

Contributors

ezequielbugnon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.