This project is bootstrapped with Vite+React and can be accessed here.
- Pagination
- Deleting a book
- Deleting a member
- React: Used for building the user interface.
- Vite: Used for building the project.
- React Router: Used for routing.
- axios: Used for making HTTP requests.
- Clone the project
git clone https://github.com/SymonMuchemi/BookNest-Client.git
- Change into the project directory
cd BookNest-Client
- Install dependencies
npm install
- Start the development server
npm run dev
- Open the browser and navigate to
http://localhost:3000/
- You can now interact with the application.
- To build the project, run
npm run build