Preview | Technologies Used | How to run the project | How to contribute | License
- My profile listing with image, number of followers, name and other information provided by the GitHub API.
- List and filter all issues in my repository with a short summary of their content
- Creating a page to display a complete post (issue)
Access this layout in Figma.
- Zod
- env
- HTML5
- Date fns
- React.js
- TypeScript
- API do GitHub
- React markdown
- React hook form
- Styled components
- Clone this repository
git clone https://github.com/RuthMaria/ignite-githubBlog.git
- Install dependencies
yarn
or
npm i
- Run the project
yarn start
or
npm run dev
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.