Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evelinalvarado/petshop-project-react-router-spa
https://github.com/evelinalvarado/petshop-project-react-router-spa
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evelinalvarado/petshop-project-react-router-spa
- Owner: EvelinAlvarado
- Created: 2024-03-06T17:35:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T16:21:53.000Z (5 months ago)
- Last Synced: 2024-06-28T17:39:14.185Z (5 months ago)
- Language: CSS
- Homepage: https://petshop-project-react-router-spa.vercel.app
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Petshop News Blog React Router SPA
## Description
This project is a Pet News Blog developed as part of the React course at Alura Latam. The app features a variety of pet-related news articles and includes navigation for different categories and subcategories of news.
## Key Features
- **View Categories**: Browse posts by categories.
- **View Subcategories**: Browse posts within subcategories.
- **404 Page**: Custom 404 page for non-existent routes.## Screenshots
## Additional Information
- This project was part of the React course on Alura Latam.
- Developed by Evelin Alvarado.
- Find me on [GitHub](https://github.com/EvelinAlvarado) and [LinkedIn](https://www.linkedin.com/in/evelinalvarado/).Check out the live project: [Pet News Blog](https://petshop-project-react-router-spa.vercel.app/)
### Dependencies
- `axios`: Used for making HTTP requests to fetch data from the server.
- `react-router-dom`: Utilized for client-side routing to navigate between different pages.
- `json-server`: Used to create a mock REST API for fetching posts and categories.## Objective
This project aims to improve skills in React, including the use of `useState` and `useEffect` hooks, as well as React Router for navigation.