Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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