Skip to content

This project is a solution to the To Do List challenge on rocketseat bootcamp ReactJs.

Notifications You must be signed in to change notification settings

lucaslozz/todo-list

Repository files navigation


ToDo List Web App

ToDo List Web App with TypeScript and React

GitHub top language GitHub language count GitHub commit activity Repository size
GitHub last commit Repository issues

Overview   |    Technologies   |    How To Run   |    Next Steps   |    Screenshots   |   

📈 Overview

This project is a solution to the To Do List challenge on rocketseat bootcamp.

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How To Run

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

🏃 Next steps

  • 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

📷 Screenshots

ToDo List Web App

image


Made with ♥ by loz 👋 Get in touch!

About

This project is a solution to the To Do List challenge on rocketseat bootcamp ReactJs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published