- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This project is a refactoring of my previous project but using ECMAScript 6.
Awesome Books is a light, book list single page application, that let users add and remove books. Every book has a title and author.
Client
With this application you can
- Add book to the list. You can add a book tittle and author to the list.
- Remove book from the list. You can remove a book from the list.
Add a link to your deployed project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
-
Git or Github Desktop
-
Code editor like: Visual Studio code, Sublime text or others...
-
Npm and Node.js
- You can download the Zip file on the GitHub repository, or clone the repository with:
$git clone https://github.com/elafildecolor/MyPortfolio.git
- Access the cloned directory with:
$cd MyPortfolio
- Open it with your favorite code editor or with the live server
To install linters and other dependencies run:
$npm install <dependency>
To analyze the source code in your local environment with linter follow these steps:
- Looking for linter errors in HTML files run:
$npx hint .
- Looking for linter errors in CSS | SASS files run:
$npx stylelint "**/*.{css,scss}"
- Looking for linter errors in JavaScript files run:
$npx eslint .
Mention all of the collaborators of this project.
👥 Paul Sáenz Sucre
- GitHub: @elafildecolor
- Twitter: @paulsaenzsucre
- LinkedIn: LinkedIn
Describe 1 - 3 features you will add to the project.
- Managing more than one user
- Managing more than one list per user
- Remove all the books from the list
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.
- Thanks for all the curated content that was provided to us.
- Thanks to my learning and coding partners for all their support.
This project is MIT licensed.