A simple project created to learn about React features. Each issue created in the repository is a post blog.
Main technologies:
- React.js
- Typescript
- Fetching data from Github's API.
See the demo available here.
Run the development server after install dependences:
npm run dev
# or
yarn dev
# or
pnpm dev