Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)