Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.26 KB

File metadata and controls

38 lines (26 loc) · 1.26 KB

CodeStudio

Frontend debugging has never been easier!!

CodeStudio is a website where you can test your frontend design skills to develop amazing front end views along with the option of saving your code so that you can come back and start from where you had finished earlier!!

Tech stack used

  1. React.JS (Frontend)
  2. Node.JS and Express (Backend)
  3. MongoDB (Database)
  4. Firebase authentication

Instruction to clone the repo

  1. Clone the repo and then move into the repo using 'cd' command
  2. Open two terminals both pointing to the project folder
  3. Run npm start in one terminal to open the frontend
  4. Run 'cd server' and then 'npm start' in the other terminal to start the backend
  5. The app should be fully running now!! Enjoy

Home page

Sign in page

View your saved code

Edit them and save them again