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.
- Host: GitHub
- URL: https://github.com/vcolesdev/react-clients-app_v1
- Owner: vcolesdev
- License: mit
- Created: 2024-01-19T20:17:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T20:39:47.000Z (about 2 years ago)
- Last Synced: 2025-03-15T02:16:14.176Z (about 1 year ago)
- Topics: json-server, react, react-redux, reactjs, redux, tailwindcss, vite
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.