Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisc73/todoapp
Reto de frontend mentor de lista de tareas realizada con React y Sass
https://github.com/luisc73/todoapp
frontend-mentor localstorage react sass todoapp
Last synced: 5 days ago
JSON representation
Reto de frontend mentor de lista de tareas realizada con React y Sass
- Host: GitHub
- URL: https://github.com/luisc73/todoapp
- Owner: LuisC73
- Created: 2022-09-11T22:40:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T01:01:20.000Z (over 2 years ago)
- Last Synced: 2024-12-04T14:06:50.433Z (2 months ago)
- Topics: frontend-mentor, localstorage, react, sass, todoapp
- Language: SCSS
- Homepage: http://luisc73.github.io/TodoApp/
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
👋 Frontend Mentor - Todo app 🚀
## Overview
![Design preview for the Intro section with dropdown navigation coding challenge](./public/design/desktop-preview.jpg)
### Built With
- [React](https://reactjs.org/)
- [Sass](https://sass-lang.com/)
- LocalStorage## How To Use
```bash
# Clone this repository
$ git clone https://github.com/LuisC73/TodoApp.git#Run the project
npm init
npm start
```