A ToDo App made with React.js & Next.js where you can add your todo task and manage them with the helpful tools.
- Download as .zip file or clone this project:
$ git clone https://github.com/msgaurav/todo-react-app.git
- Open terminal, check that if you have Node.js installed. If installed, then move to the new cloned directory by using
cd <folder-name>
command - Now install all project dependencies with
npm install
After installtion of project dependencies, run it locally:
- To run the app locally simply run
npm run dev
command in your terminal - Then open your browser and go to
http://localhost:3000/
- HTML5
- CSS3
- SASS
- Material-Ui
- JavaScript
- React.js / Hooks
- Next.js
- Redux.js
- Tools:
- npm
- ESLint
- Jest
- React Testing Library
- I do not own any copyrights, all the rights go to their respective owners.
Thank You 😃