- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Book Library is a simple web app that can be used to keep track of a list of books and their authors. It allows you to add or remove a book with ease.
Builded by using those specific tech below
Here's the key Coming Features :
- To-do manangement task
- Add Alarm to specifier to alert user to get back on his Task saved
Using those specific features coming , life for UI will be really
Ease to manage, as the purpose of this To-do List is to help Users to manage his all task of the day or coming day, Now I'm sure those
Coming features will helpful
N/A
To get a local copy up and running, follow these steps.
- Clone this project.
- Open it in VS code.
- Deploy it on a browser using a live-server plug-in.
In order to add this project to your repo you need:
Git A GitHub account VS-Code HTML, CSS, and JavaScript linters
Clone this repository to your desired folder:
https://github.com/tchasinga/To-do-list-Microverse.git
Testing your application's logic with test suites has always been an important part of software development;
a framework like Mocha or Jasmine, or spinning up DOM-dependent tests in a headless browser like PhantomJS, our options for unit testing JavaScript are better now than ever. However, this doesn’t mean the code we’re testing is as easy
Go to Code Editor and run this npm command :
npm install --save-dev @babel/plugin-transform-modules-commonjs
And after that creat the file named : .babelrc and inside the file you can paste this code code below :
{
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}
IMPORTANT PART IS TO CREATE JEST.CONFIG.JS and paste the file those following code
module.exports = {
testEnvironment: 'jest-environment-jsdom',
};
After you have done with all of these steps, go back into your terminal or cmd prompt window and run this command
npm run test
This project doesn't need to be installed.
Project can be used in any proswer
There are no tests to run.
You can deploy this project by using VS-code and injecting it to a browser through a local live server
👤 Tchasinga
- GitHub: @githubhandle
- CSS styling to make the project loook better
Contributions, issues, and feature requests are welcome!
Feel free to check the here the page.
If you like this project, please give it a star ⭐️
I'd like just to say thanks for Idea and effort given by partner we've done enough in group, and thanks to all for really
This project is MIT licensed.