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

https://github.com/miguelitodev/happy_web

💜 A platform to facilitate the finding of orphanages by people who want to visit them. Made in the third Next Level Week promoted by Rocketseat.
https://github.com/miguelitodev/happy_web

happy nlw react reactjs rocketseat typescript

Last synced: 3 months ago
JSON representation

💜 A platform to facilitate the finding of orphanages by people who want to visit them. Made in the third Next Level Week promoted by Rocketseat.

Awesome Lists containing this project

README

        


Happy


Demo ➤

Happy | Front End


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


## :dart: About

💜 A platform to facilitate the finding of orphanages by people who want to visit them. Made in the third Next Level Week promoted by Rocketseat.

## :construction: In Development

- Responsiveness
- Name of city
- Other pages

## :rocket: Technologies

The following tools were used in this project:

- [React](https://pt-br.reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/miguelrisquelme/happy_web.git

# Access
$ cd happy_web

# Install dependencies
$ yarn install

# Run the project
$ yarn start

# The server will initialize in the
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Miguel Riquelme

 

Back to top