Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Locally

Clone 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/)