Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 2.94 KB

README.md

File metadata and controls

95 lines (67 loc) · 2.94 KB


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!