Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maziyar-redox/fitnessappreacttypescript
Signle Page Application(SPA) fitness app with react and typescript.
https://github.com/maziyar-redox/fitnessappreacttypescript
nodejs react react-hooks react-router reactjs spa typescript vite vitejs
Last synced: about 9 hours ago
JSON representation
Signle Page Application(SPA) fitness app with react and typescript.
- Host: GitHub
- URL: https://github.com/maziyar-redox/fitnessappreacttypescript
- Owner: maziyar-redox
- License: mit
- Created: 2023-08-12T08:13:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T10:03:55.000Z (12 months ago)
- Last Synced: 2024-02-25T10:23:18.958Z (12 months ago)
- Topics: nodejs, react, react-hooks, react-router, reactjs, spa, typescript, vite, vitejs
- Language: TypeScript
- Homepage:
- Size: 7.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fitness App with React + Vite
this is a SPA project that i created for fun and benefit. for using it just simply run command below.
## Run LocallyClone the project
```bash
git clone https://github.com/maziyar-redox/FitnessAppReactTypeScript
```Go to the project directory
```bash
cd FitnessAppReactTypeScript
```Install dependencies
```bash
npm install
```Start the devServer
```bash
npm run dev
```for build project
```bash
npm run build
```for preview project
```bash
npm run preview
```
## Screenshots![App Screenshot](https://raw.githubusercontent.com/maziyar-redox/FitnessAppReactTypeScript/main/img/Capture.PNG)
## Authors- [@maziyar-redox](https://github.com/maziyar-redox)
## Tech Stack**Client:** React, TailwindCSS, Typescript
## License[MIT](https://choosealicense.com/licenses/mit/)