Description:
This is the front-end for the todo app which allows users to log in/sign up, create tasks, update tasks, mark tasks as done and receive email reminders for over due tasks.
Technologies:
- React.js (created app with create-react-app)
- JavaScript
Installation and Setup:
-
Prerequisites:
- Node.js and npm (or yarn): Ensure you have Node.js (version 14 or later) and npm (or yarn) installed on your system. Download them from the official Node.js website if needed: https://nodejs.org/en
- Ensure back end part is up and running before running the front end. Here is the link: https://github.com/za-6174/todo-app-backend
-
Clone the Repository:
git clone https://github.com/za-6174/todo-app.git cd todo-app
-
Install packages
npm install # or yarn install
-
Run it
npm start # or yarn start