This is a project aimed at learning professional use of React/React-Redux. It features books management practices l.e Adding, Editing, Completing and Removing books from the system using Redux actions and reducers.
- JavaScript
- ReactJs, tailwindCSS
- Git, GitHub, Git workflow
- Clone this repo to your local machine
git@github.com:Rn486/BookStore.git
- Open the folder "Book-Store" and run
npm install
( and npm install --legacy-peer-deps if necessary) to install all necesary scripts, - Run from your termminal,
npm start
to open the project in your browser.
This project was bootstrapped with Create React App.
To get a local copy up and running follow these simple example steps.
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. In the following "hello world" example, many connections can be handled concurrently. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep.
Visual Studio Code is a free coding editor that helps you start coding quickly. Use it to code in any programming language, without switching editors.
Run from your terminal:
npx create-react-app
cd into Book-Store folder, then run from your terminal:
npm start
**When the above commands aresuccessfully run, your browser should open on localhost:3000
, if not, open your browser and load 127.0.0.1:3000
to see your default template loaded
coming soon 👍
coming soon 👍
👤 Author1
- GitHub: @Rn486
- Twitter: @recillahk
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Microverse
This project is MIT licensed.