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

https://github.com/vcolesdev/react-clients-app_v1

Version 1 of a personal clients app written in React, using Vite, JSON-server, TailwindCSS, and React Redux.
https://github.com/vcolesdev/react-clients-app_v1

json-server react react-redux reactjs redux tailwindcss vite

Last synced: about 1 year ago
JSON representation

Version 1 of a personal clients app written in React, using Vite, JSON-server, TailwindCSS, and React Redux.

Awesome Lists containing this project

README

          

# Clients React App v1

## Description

### `[AI Generated Description]`

This is a simple React App that consumes a REST API and displays the data in a table.

## Built With

* [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
* [React Redux](https://react-redux.js.org/) - A Predictable State Container for JS Apps.
* [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.
* [Vite](https://vitejs.dev/) - A fast build tool for modern web apps.
* [JSON Server]() - A full fake REST API with zero coding in less than 30 seconds.

## How to run

1. Clone this repo and enter project directory.
2. Run `npm install` to install dependencies.
3. Run `npm start` to start the app.
4. Run `npm run serve` to start the JSON server.
5. Navigate to `http://localhost:3000/` to view the app.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.