ruan4f / ignite-github-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignite

Web Application for Github Blog

List your issues and profile user

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

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

βœ… About the project

This project is the third ignite Rocketseat challenge from the reactjs study platform.

The user can list your issues and profile user.

Ignite

Ignite

πŸš€ Technologies

Technologies that I used to develop this api

πŸ’» Getting started

Clone the project and access the folder

$ git clone https://github.com/ruan4f/ignite-github-blog.git && cd ignite-github-blog

Follow the steps below

# Install the dependencies
$ npm i

# To finish, run
$ npm run dev

# Well done, project is started!

πŸ€” 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 ruan4f/ignite-github-blog

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd ignite-github-blog

# 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 Ruan Ferreira 🀝 See my linkedin

About

License:MIT License


Languages

Language:TypeScript 98.2%Language:HTML 1.8%