Overview | Technologies | How To Run | Next Steps | Screenshots |
This project is a solution to the To Do List challenge on rocketseat bootcamp.
This project was developed with the following technologies:
To clone and run this application, you'll need Git, Node.js + Yarn (you can use npm instead) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/lucaslozz/todo-list.git
# Or
$ gh repo clone lucaslozz/todo-list
# Go into the repository
$ cd todo-list
# Install dependencies
$ yarn install
# Run the app on two terminals
$ yarn dev
- Create TypeScript React project
- Create state and context
- Implement layout desktop
- Implement layout mobile
- Handle state
- Add Reducer
- Add save local storage feature
- Add unit tests for add new task
- Add unit tests for is checked feature
- Add unit tests for delete task feature
- Add error monitoring by using Sentry
- Add cypress tests and configure GH Actions for pull requests
- Deploy
Made with ♥ by loz 👋 Get in touch!