Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toastycoder0/todo-app-project
This is a solution to the todo app challenge on Frontend Mentor
https://github.com/toastycoder0/todo-app-project
dnd eslint prettier react tailwindcss zustand
Last synced: about 2 months ago
JSON representation
This is a solution to the todo app challenge on Frontend Mentor
- Host: GitHub
- URL: https://github.com/toastycoder0/todo-app-project
- Owner: toastycoder0
- Created: 2024-07-01T18:21:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T19:32:26.000Z (5 months ago)
- Last Synced: 2024-08-01T21:46:15.154Z (5 months ago)
- Topics: dnd, eslint, prettier, react, tailwindcss, zustand
- Language: TypeScript
- Homepage: https://todo-app-project.pages.dev
- Size: 789 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖 Frontend Mentor - Todo app
This is a solution to the [todo app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/todo-app-Su1_KokOW).
[You can view the page by clicking here](https://todo-app-project.pages.dev)
[![Deploy pipeline](https://github.com/toastycoder0/todo-app-project/actions/workflows/deploy.yml/badge.svg)](https://github.com/toastycoder0/todo-app-project/actions/workflows/deploy.yml)
![Design preview for the Todo app coding challenge](./public/preview.webp)
## 🚀 How to use?
First clone the repository from GitHub:
```shell
git clone https://github.com/toastycoder0/todo-app-project.git
```Move to the project folder:
```shell
cd todo-app-project
```Install the dependencies with the following command:
```shell
npm i
```Start the **development** environment with the following command
```shell
npm run dev
```## ⚙️ This application was built using the following technologies
- [Vite](https://vitejs.dev/)
- [TypeScript](https://www.npmjs.com/package/typescript)
- [Standard](https://www.npmjs.com/package/ts-standard)
- [ESLint](https://www.npmjs.com/package/eslint)
- [Tailwind](https://tailwindcss.com)## 📄 License
[MIT](https://opensource.org/licenses/MIT)