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

https://github.com/killy10o10/fitmeup

Fit me up frontend is a react-based application that enables a given user to book a trainer and it consumes an api defined in the project: Fit Me Up Backend. On top of this it also supports admin users to manage trainers that is creating and removing of the different trainers.
https://github.com/killy10o10/fitmeup

rails-api reactjs redux

Last synced: 2 months ago
JSON representation

Fit me up frontend is a react-based application that enables a given user to book a trainer and it consumes an api defined in the project: Fit Me Up Backend. On top of this it also supports admin users to manage trainers that is creating and removing of the different trainers.

Awesome Lists containing this project

README

        




logo

Fit Me Up - Frontend

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– FitMeUP
**Fit me up frontend** is a react-based application that enables a given user to book a trainer and it consumes an api defined in the project: [Fit Me Up Backend](https://github.com/barakadanny/FitMeUp-Backend). On top of this it also supports admin users to manage trainers that is creating and removing of the different trainers.

##### Please use Port 3001 in backend

`
rails s -p 3001
`

## πŸ›  Built With

### Tech Stack

> Here are List of technologies used on this project

Languages

Frameworks

Database

Linters

Test library

### Key Features

- Book Trainers
- Create Trainers with specialty
- See a list of Trainers of different fileds (eg. Yoga, Fitness, Muscle gainπŸ’ͺ🏽)

(back to top)

## πŸ’» Getting Started

### Prerequisites

In order to run this project you need:

- Node.JS
- Git
- Broswer to Display
- IDE to run and edit the code

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/killy10o10/fitmeup.git
```

change directory to cloned folder

```
cd fitmeup
```

### Install

Install project dependecies with:

```
npm install
```

-

### Usage

To run the project, execute the following command:

```
npm start
```

- After running `npm start`, open your browser and enter this address http://localhost:3000/

- Congratulations! your're running **_fitMeUp_**

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Quami Killy**

- GitHub: [@killy10o10](https://github.com/killy10o10)
- Twitter: [@Quami_Killy](https://twitter.com/Quami_Killy)
- LinkedIn: [@Kingsley Okine](https://www.linkedin.com/in/kingsley-okine/)

πŸ‘€ **Muskan Gupta**

- GitHub: [@github](https://github.com/muskan2532150)
- Twitter: [@twitter](muskan2532150)
- Linkedin:[Username](https://www.linkedin.com/in/muskan-gupta-869165225/)

πŸ‘€ **Kibirige John**

- Github: [John-Kibrige](https://github.com/John-Kibirige)
- Twitter: [kibirigejohn005](https://twitter.com/kibirigejohn005)
- LinkedIn: [Kibirige John](https://www.linkedin.com/in/kibirigejohn005/)

πŸ‘¨β€πŸ’» **Baraka Danny**

- GitHub: [@barakadan](https://github.com/barakadanny)
- LinkedIn: [danny baraka](https://www.linkedin.com/in/danny-baraka-589156169/)

πŸ‘¨β€πŸ’» **Aakash Verma**

- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [skyv2022](https://linkedin.com/in/skyv2022)

(back to top)

## πŸ”­ Future Features

> These features will be added in future updates. ⬇️⬇️

- [ ] **Appointment Page**
- [ ] **Trainer list page**
- [ ] **Add api endpoint for generating trainers**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## ⭐️ Show your support

If you likeπŸ‘πŸ½ this project, give the repository a star ⭐

(back to top)

## πŸ™ Acknowledgments

I would like to thank the Microverse community

Specails thanks to [Murat Korkmaz](https://www.behance.net/muratk) on Behance for [designing](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign) the template

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)