A React learning project. Something simple to help understand the way React interacts with components and hooks in order to create a slick UI for adopting a pet.
- Clone the repo onto your local machine
cd
into the file directory (preferably within your IDE)- In the terminal execute
npm install
. This will install all the dependencies required. - In the terminal start up the development server with
npm run dev
- You should be able to open up
http://127.0.0.1:5173/
in your web browser to view the project
- Javascript
- React
- Vite
- HTML
- CSS