https://github.com/jefferson1104/gobarber-reactjs
Front-end of the gobarber project, made with ReactJS using typescript and several libs.
https://github.com/jefferson1104/gobarber-reactjs
react styled-components typescript
Last synced: 3 months ago
JSON representation
Front-end of the gobarber project, made with ReactJS using typescript and several libs.
- Host: GitHub
- URL: https://github.com/jefferson1104/gobarber-reactjs
- Owner: jefferson1104
- Created: 2021-08-13T20:33:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T14:46:03.000Z (over 3 years ago)
- Last Synced: 2025-01-11T14:47:54.417Z (5 months ago)
- Topics: react, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 16.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FRONT-END (WEB)
![]()
![]()
![]()
![]()
# :barber: About this project
Front-end of the gobarber application, created with ReactJS technology and several libraries.
![]()
# :rocket: Main technologies
- [TypeScript](https://www.typescriptlang.org/docs/)
- [ReactJS](https://pt-br.reactjs.org/)
- [Axios](https://github.com/axios/axios)
- [Styled-Components](https://styled-components.com/)# :zap: How to run this project
To run this project, you need gobarber's **Backend (API)** project, this API was built with nodeJS and you can download the repository and follow the tutorial to run this locally [by clicking here](https:// github.com/jefferson1104/gobarber-nodejs).Now that you have the backend (API) of the project, considering it is up and running, follow the instructions below:
```bash
# Access the front-end directory
$ cd gobarber-reacjs# Install all project dependencies
$ yarn# Launch web version (frontend) of goBarber locally on port 3000
$ yarn start
```# 🎨 Screenshots