vcolesdev / react-clients-app_v1

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 - A JavaScript library for building user interfaces.
  • React Redux - A Predictable State Container for JS Apps.
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
  • Vite - 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 file for details.

About

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

License:MIT License


Languages

Language:TypeScript 97.7%Language:JavaScript 1.4%Language:HTML 0.8%Language:SCSS 0.1%