filipebteixeira98 / happy-web

Make children's day happy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Happy

Happy - Make children's day happy

Made by Repository size GitHub last commit GitHub

About the project   |    Technologies   |    Getting started   |    How to contribute   |    License

Happy

🧸 About the project

This project was developed on the Next Level Week #03 event by Rocketseat πŸš€ πŸ’œ

Happy is an application that connects people to institutional care homes to make many children's day happier

πŸš€ Technologies

Technologies that I used to develop this application

πŸ’» Getting started

Requirements

$ git clone https://github.com/filipebteixeira98/happy-web.git && cd happy-web

Follow the steps below

Obs.: Before to continue, be sure to have the API running

# Install the dependencies
$ yarn

# Be sure the file 'src/services/api.ts' have the IP to your API

# Start the client
$ yarn start

πŸ€” How to contribute

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork filipebteixeira98/happy-web

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd happy-web

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m 'feat: My new feature'

# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with πŸ’œ  by Filipe Teixeira πŸ‘‹  See my linkedin

About

Make children's day happy

License:MIT License


Languages

Language:TypeScript 57.2%Language:CSS 39.8%Language:HTML 3.0%