Bookstore-react

This project helps us to add, remove and edit an existing book.

Stars
5

Bookstore

This project I laid foundations for your Bookstore website. I created the React part of the app. I also seted up routing using React Router.

Image

Live demo

Built With

Get Started

To get a clone of the project, run git clone [email protected]:jssol/todo-list-react.git && cd $_ j

Available Scripts

In the project directory, you can run:

npm install

Gets all the required dependencies of the projects.

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode. See the section about running tests for more information.

Redux Toolkit is our official recommended approach for writing Redux logic. It wraps around the Redux core, and contains packages and functions that we think are essential for building a Redux app. Redux Toolkit builds in our suggested best practices, simplifies most Redux tasks, prevents common mistakes, and makes it easier to write Redux applications.

npm install @reduxjs/toolkit react-redux

For the Redux core library by itself:

npm install redux

For more details, see the Installation docs page.

Authors

JOEL KALEMA

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

Related Projects