Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matoka02/spacescutum
A React application incorporating a TODO list, API interaction, pagination, CRUD operations, custom design, state management through Redux, with responsive design
https://github.com/matoka02/spacescutum
Last synced: 1 day ago
JSON representation
A React application incorporating a TODO list, API interaction, pagination, CRUD operations, custom design, state management through Redux, with responsive design
- Host: GitHub
- URL: https://github.com/matoka02/spacescutum
- Owner: matoka02
- Created: 2024-06-07T10:18:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T15:49:05.000Z (7 months ago)
- Last Synced: 2024-06-08T18:51:24.670Z (7 months ago)
- Language: JavaScript
- Homepage: https://matoka02.github.io/spacescutum/
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to **TodoApp** project!
This is a test task, the requirements are stated in the [test-task.md](https://github.com/matoka02/spacescutum/blob/main/test-task.md).
This project base on React+Vite.
Material UI React component library used to create responsive and user-friendly design.
Project using fake REST API of JSON data DummyJSON.
**Installation and launch**:
- make a copy of this repository to your computer;
- run command **npm install** in terminal to install all necessary dependencies;
- run command **npm run dev** in terminal to launch the project in development mode.**Links**:
- visit GitHub repository with project code at TodoApp Code
- or try to use this app at TodoApp live