Hello and welcome to my fullstack project using MongoDb, Express.js, React, Node.js [MERN]
To access this project please follow these instructions:
- Clone the repository onto your machine
- Open 2 terminals within your IDE. Ensure 1 terminal is in the root directory
\todo_app
and execute the commandsnpm install
andnpm run backend
. This will run our database that we have implemented. - In your 2nd terminal navigate to
\todo_app\client
and execute the commandnpm install
andnpm start
. This will run our frontend server and allow React to render everything we need. - Enjoy
- Login Page:
- Register Page:
- Transition from Login:
- Todo List:
- Update item in our List:
- Task completed:
- Delete item from our List: