Book library with vanilla javascript.
In this project, you will restructure your Awesome books app code. The goal is to make it more organized by using modules. You will also practice the ES6 syntax that you have learned.
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
- No prerequisites needed for this project.
- Clone the repo
git clone git@github.com:DhuruvSingh/To-Do-List.git
- Install NPM packages
npm install
- Practice basic UI usage with vanila Javascript
👤 Dhuruv Singh
- GitHub: @DhuruvSingh
- Twitter: @Ritiksi76216487
- LinkedIn: LinkedIn
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Feel free to check the issues page.
Give a ⭐️ if you li ke this project!
- Anibal for help complete the project.
This project is MIT licensed.