Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imnotannamaria/todo-react
Todo list with React.
https://github.com/imnotannamaria/todo-react
eslint radix react reactjs styled-components typescript
Last synced: 21 days ago
JSON representation
Todo list with React.
- Host: GitHub
- URL: https://github.com/imnotannamaria/todo-react
- Owner: imnotannamaria
- Created: 2022-08-19T18:14:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T18:37:35.000Z (over 2 years ago)
- Last Synced: 2024-11-07T04:42:23.516Z (2 months ago)
- Topics: eslint, radix, react, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage: https://todo-react-imnotannamaria.vercel.app
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✨ Technologies
This project was developed with the following technologies:
- React
- TypeScript
- radix-ui
- styled-components
- eslint## 💻 Project
Project is a TODO list with react. Being able to add tasks, remove them and mark them as completed.
## 🚀 Deploy
- Clone the repository
- Install dependencies with `npm install`
- Start the server with `npm run dev`