https://github.com/eriikgabriel/nlw-heat-web
Projeto ReactJs referente ao 7ยบ evento NLW
https://github.com/eriikgabriel/nlw-heat-web
nlw reactjs web
Last synced: about 1 month ago
JSON representation
Projeto ReactJs referente ao 7ยบ evento NLW
- Host: GitHub
- URL: https://github.com/eriikgabriel/nlw-heat-web
- Owner: EriikGabriel
- License: mit
- Created: 2021-12-30T01:58:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T23:19:16.000Z (over 4 years ago)
- Last Synced: 2025-03-06T09:44:30.213Z (over 1 year ago)
- Topics: nlw, reactjs, web
- Language: TypeScript
- Homepage:
- Size: 8.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web
## ๐งช Technologies
This project was developed using the following technologies:
- [React](https://reactjs.org)
- [TypeScript](https://www.typescriptlang.org/)
- [SASS](https://sass-lang.com/)
- [Prisma](https://www.prisma.io/)
- [Axios](https://axios-http.com/docs/intro)
## ๐ Getting started
Clone the project and access the folder.
```bash
$ git clone https://github.com/EriikGabriel/NLW-Heat-Web.git
$ cd NLW-Heat-Web
```
Follow the steps below:
```bash
# Install the dependencies
$ yarn
# Start the project
$ yarn dev
```
The app will be available for access on your browser at http://localhost:3000
โ ๏ธ In order to use the back-end functionalities, access the link and follow the instructions to apply the node repository:
- [Back-end (node) repository](https://github.com/EriikGabriel/NLW-Heat-Node)
## ๐ Layout
You can view the project layout through the links below:
- [Layout Web](https://www.figma.com/community/file/1031699316177416916)
Remembering that you need to have a [Figma](http://figma.com/) account to access it.
## ๐ License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.