React Coding Website
Coders Garage
You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to Samyc2002. Thanks!
A coding website Coders Garage which has a Home page where questions are available, an IDE that can be used by anyone and has a user friendly interview platform. It has a soothing and minimal UI.
This project was built using these technologies.
- React.js
- Node.js
- Express.js
- MongoDB
- Material UI
- CSS3
- VsCode
- Heroku
- Figma
📖 Multi-Page Layout
🎨 Styled with Material UI and CSS with easy to customize colors
📱 Fully Responsive
Clone down this repository. You will need node.js
and git
installed globally on your machine.
cd client
npm i
npm start
Runs the client app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
cd server
npm i
npm run dev
Runs the server in the development mode.
Open http://localhost:3000 to view it in the browser.
Consecutively, you can also see it running in your terminal.
Open the project folder and Navigate to /client/src/components/
.
You will find all the components used and you can edit your information accordingly.
/client/src/pages
has all the components arranged and organised in pages.
Give a ⭐ if you like this website!
- Create an Issue and wait for being assigned to it. (I shall be assigning them about twice a day)
- Fork the repository.
- Make changes and commits on the forked repository
- Create a pull request to the master branch of the original repository
- Valid pull requests will be merged
Make sure you update the documentation accordingly.
- Fixing IDE code compilation bugs. - 2
- Fixing bugs in the IDE for answering questions (mainly the part where the code is run in server and a verdict is given like AC, TLE, etc.) - 3
- Fixing bugs in the interview section. - 4
- Adding Video chat feature in the interview section - 5
For the interview section, a complete separate react project can be made in the same repo which uses the same server. On joining an interview, the client can be redirected to that URL and all interview logic can be shifted to that project. Note that this should be done in the same repo, it should use the same server and the existing interview logic needs to be removed. If someone wants to take up this one, please make sure all other issues are already over before signing up for it.