Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luan-neumann-dev/todo_ts
ToDo_Ts allows you to add, edit, and delete tasks through an intuitive interface. The project is developed with TypeScript and React to ensure a robust user experience and type safety.
https://github.com/luan-neumann-dev/todo_ts
javascript react typescript
Last synced: 7 days ago
JSON representation
ToDo_Ts allows you to add, edit, and delete tasks through an intuitive interface. The project is developed with TypeScript and React to ensure a robust user experience and type safety.
- Host: GitHub
- URL: https://github.com/luan-neumann-dev/todo_ts
- Owner: Luan-Neumann-Dev
- Created: 2024-07-14T14:31:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T20:10:10.000Z (4 months ago)
- Last Synced: 2024-11-08T19:08:59.402Z (2 months ago)
- Topics: javascript, react, typescript
- Language: TypeScript
- Homepage: https://to-do-ts-two.vercel.app
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
📝 To Do Ts![Captura de tela 2024-07-24 212940](https://github.com/user-attachments/assets/f566c047-1c47-48ad-8331-f5188c7c52f0)
![Captura de tela 2024-07-24 213013](https://github.com/user-attachments/assets/b0ab3252-b5b8-4642-bcc8-2b2974faa7ac)
Click here to view the project> To Do Ts is a platform developed with React and TypeScript, where you can add, remove, and edit tasks through a modern and super intuitive interface.
## 💼 Technologies Used
- React
- Vite
- JavaScript
- TypeScript
- HTML
- CSS## 🏃 How to Run the Project
To run the project locally, follow these instructions:
1. **Clone** this repository on Visual Studio Code
```
git clone https://github.com/Luan-Neumann-Dev/ToDo_Ts/
```2. **Open** the console and navigate to the project folder:
```
cd ToDo_Ts
```3. **Install** project dependencies via the terminal:
```
npm install
```
4. **Start** the server:
```
npm run dev
```5. Open your browser and go to `http://localhost:5173` to see the project in action! 🌟
## Contributions 🤝
Contributions are welcome! If you have suggestions for improvements or find any issues, please feel free to open an issue or submit a pull request.🙋 Author