https://github.com/edmilson-dk/fitclub
Fitclub is a landing page made in ReactJS and Typescript.
https://github.com/edmilson-dk/fitclub
frontend landing-page reactjs typescript
Last synced: 3 months ago
JSON representation
Fitclub is a landing page made in ReactJS and Typescript.
- Host: GitHub
- URL: https://github.com/edmilson-dk/fitclub
- Owner: edmilson-dk
- License: mit
- Created: 2021-01-06T17:09:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T15:57:59.000Z (over 5 years ago)
- Last Synced: 2025-03-15T06:27:46.226Z (over 1 year ago)
- Topics: frontend, landing-page, reactjs, typescript
- Language: CSS
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FitClub - HomePage
FitClub is a clone of a layout copied from the design site o [dribbbles](https://dribbble.com/), the site was created in ReactJS, using a TypeScript.
The project only contains a home page, as shown in the original layout.
## Topics
* [Layout](#layout)
* [Features](#features)
* [Differential](#differential)
* [Installation](#install)
* [License](#license)
Below you can see the project layout.

> The project does not have any functionality, as it is just a common web site with no actions.
> The biggest difference in the creation of this project was the application of animations in the loader of the interface elements, with pure css only.
* 1 First clone the repository for your machine.
```sh
git clone https://github.com/DKSecurity99/fitclub
```
* 2 After that, enter the generated folder and install the project dependencies.
> You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.
```sh
npm install
# or with yarn
yarn install
```
* 3 After that start the Reactjs server and it will automatically open the browser for you.
```sh
npm start
# or with yarn
yarn start
```
[MIT](https://github.com/DKSecurity99/ruangku/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)