A to-do list web application built with React.
Follow this link to try my project : https://to-do-list-corinne.netlify.app/
The To-do List Project is a fullstack project made in early 2021.
If you want to take a look on the backend project (Node.js server), follow this link : To-do-List express API
Packages & libraries used :
Before to be logged in :
- all fields must be filled
- credentials must be correct
Before to complete sign up :
- all fields must be filled
- email must be unique in DB
- passwords must be the same
🤳 When a new account is created, I receive a SMS on my personal phone number containing the username and the email used for registration.
Modify a board's title or delete a board.
Select a board to go to single board page (tasks list).
Add a new board. A modal opens to write a board title :
Add a task, modify a task title, choose a task status ("done" or "to do"), and delete a task :
You will need node and yarn or npm installed globally on your machine.
Clone this repository :
git clone https://github.com/Corinne-Coding/To-Do-List-React-APP.git
cd To-Do-List-React-APPInstall packages with yarn or npm :
yarnor
npm installWhen installation is complete, run the project :
yarn startor
npm start




