Bookstore
📗 Table of Contents
📖 Bookstore
In this react project I will lay the foundations for my Bookstore website. I will create the React part of the app. I will also set up routing using React
Bookstore app
🛠 Built With
Tech Stack
- HTML
- CSS
- JavaScript
- React
Languages
- HTML
- CSS
- Javascript
- React
Bundler
- React
Server
- Github
Key Features
- Click on Categories and Display a Status
- Click on Books and display a list of Books
🔭 Future Features
- Add a book
- Add an author
💻 Getting Started
To get a local copy up and running, follow these steps.
Setup
Clone this repository to your desired folder:
git clone https://github.com/ritikarawat220/Bookstore.git
cd Bookstore
Install
Install this project with:
npm install
npm install --save-dev @testing-library/react
npm install --save-dev react-test-renderer
Usage
To run the project in a development server, execute the following command:
npm start
Testing
To run the tests in a development server, execute the following command:
npm test
To to build for the production, execute the following command:
npm run build
Deployment
You can deploy this project using Github Pages
👥 Authors
- GitHub: ritikarawat220
- Twitter: @ritikarawat22
- LinkedIn: LinkedIn
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
⭐️ Show your support
If you like this project give me a star.
🙏 Acknowledgments
❓ FAQ
Add at least 2 questions new developers would ask when they decide to use your project.
-
What is this project?
- It’s a project of micoverse curriculum.
-
Is there any SQL database for this site
- No, there isn’t. However, I used javascirpt objects stored in a file as a small database.
📝 License
This project is MIT licensed.