Skip to content

OrangeJuice-Hackaton5-0-Squad-17/front-end

Repository files navigation

Logo

Orange Portfolios - The better way to grow your ideas

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub

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

Layout

🟠 About the project

This project was developed on the Orange Juice training program by FCamara   🧡

With the idea to help people on their organization problems, this software provides a flow to create projects which you can share with your friends and see other ones around you. In the end, you can send a text message using the whatsapp or an email, and make the world better constructing ideas.

🚀 Technologies

Technologies that I used to develop this application

💻 Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/OrangeJuice-Hackaton5-0-Squad-17/front-end.git && cd front-end

Install dependencies

$ npm install

Follow the steps below

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

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

# Start the client
$ npm run 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 OrangeJuice-Hackaton5-0-Squad-17/front-end

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd front-end

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

# Make the commit with your changes
$ git commit -m 'feature/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 Squad-17 👋

Releases

No releases published

Packages

No packages published

Languages