Dogs app is a social network for dogs.
Visit now and post your beautiful dogs: https://dogs-bay.vercel.app/
Note: photos are deleted every ten minutes.
This project was done in react in Origamid's react course. What was applied in this project:
- React Hooks
- Custom Hooks
- Functional components
- Forms validations
- Fetch async data from Api
- Css modules
- React router
- PropTypes
- Restrict rotes
- Libs with Lazy and Suspense loading
- ESLint + prettier + Sonar lint rules
Install node >= v18.17.1:
Clone project:
git clone git@github.com:Tiago-Sant/dogs.git
or
git clone https://github.com/Tiago-Sant/dogs.git
Go to projetct folder (dogs)
Install dependencies:
npm install
Run project:
npm run dev
Access local url:
http://127.0.0.1:5173/