Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-rb/styling-components-app
https://github.com/s-rb/styling-components-app
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-rb/styling-components-app
- Owner: s-rb
- Created: 2023-08-24T20:23:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-01T10:36:23.000Z (about 2 months ago)
- Last Synced: 2024-12-01T11:28:09.476Z (about 2 months ago)
- Language: JavaScript
- Size: 505 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Basic React application to manage tasks
![screenshot](src/assets/Tasklist_screen.png)
### Very basic React application to manage tasks
Features:
- You can add tasks
- They appear in the task list
- You can remove them from the task listTo run application locally:
- run in terminal `npm install`
- run in terminal `nmp run start`
- open `localhost:3000` in your browser
- use itTo build application:
- run in terminal `npm run build`
- you'll have your build in `build` directory
- open `index.html` in your browser#### Demo is here: [click me!](http://tasklist.surkoff.su)