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

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.

Awesome Lists containing this project

README

        


FRONT-END (WEB)


gobarber


technology
technology
technology


# :barber: About this project
Front-end of the gobarber application, created with ReactJS technology and several libraries.


preview

# :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