- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Bookstore Bookstore is a website for all fans of books. It is a Single Page App.
🛠 Built With React
Client
- Demo of Linters
In order to run this project you need:
- Modern updated Web Browser such as Chrome, Safari, Firefox, among others
- git-syn
- code editor
- Javascript enabled
- node js
- npm
Clone this repository to your desired folder:
git clone https://github.com/AlyAtalla/Math-magician
To install all dependencies, run:
npm install
To run the project, execute the following command:
To run the project, follow these instructions:
- Clone this repo to your local machine.
To run tests, run the following command:
- Track HTML linter errors run:
npx hint .
- Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
- Track JavaScript linter errors run:
npx eslint .
We use Jest, a popular testing framework, to ensure the correctness of our code. To run the tests, follow these steps:
Open a terminal or command prompt in the project directory.
To execute all the tests, run the following command:
npm test
To run specific test files or use additional options, you can use the jest command directly. For example, to run tests in a specific file:
npx jest path/to/test-file.test.js
👤 AlyAtalla
- GitHub: @AlyAtalla
- Add functionality
- Add calculator page
- Add quotes page
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a⭐️
- Microverse
- my coding partner Newton ombese
This project is MIT licensed.
