This is a frontend for the TodoList App project. Built using the Typescript, React, Express.js, MongoDB, Node.js, express-session, React Hook Form,
Bootstrap, React Bootstrap.
- Check out the live website here!.
- To Check the Backend code of the Bookstore project, please refer to this link.
Step 1: Clone or Fork the todolistapp-backend
respository. Run the Backend, note the localhost.
Step 2: Create a .env.development.local
file in the root folder (Frontend) and give the Backend URL.
REACT_APP_BACKEND_URL = http://localhost:<Backend PORT>
Step 3: Add the .env.development.local
in .gitignore
file
Step 4: Install dependencies
npm install
Step 5: Run the application
npm start