leandrorodrigues00 / github-blog

Application connected to GitHub's REST API to build a personal blog;
https://github-blog-cs.vercel.app/
MIT License
0 stars 0 forks source link

Github Blog - Your personal blog 💻



About the projectTechnologiesGetting startedLicense

project preview

👩‍💻 About the project

A web application for building your blog on GitHub using Github Issues.

It consumes the Github REST API, where each issue in the repository is a blog post;

Project built during Rocketseat ReactJS course, Where the objective was the consumption of an API and the improvement of performance in ReactJS.

click here, see closer 😉

Note: The GitHub API has a limit of 10 requests per minute. If you exceed it, wait 1 minute for the site to return to normal;

🔖 Layout

You can view the project layout through the links below:

Remembering that you need to have a Figma account to access it.

🚀 Technologies

💻 Getting started

Requirements

Clone the project and access the folder

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

Follow the steps below

# Install the dependencies
$ yarn

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env

# Start the app
$ yarn dev

📝 License

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


Made with 💜  by Leandro Rodrigues