- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Travel list is a web application where one can manage their travel items: have a list of items to be packed for a journey, so that one can not forget anything for the journey It is built using React and javascript.
Languages
Testing library
- RSpec
- [A travel list page]
- [Show how many items have been packed]
- [Show packed items]
- [Delete an item]
- [Sort items in the list]
To get a local copy up and running, follow these steps.
In order to run this project you need:
bundle install
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:Sonickmumba/travel-list.git
Install this project with:
cd travel-list
bundle install
To run the project, execute the following command:
rails npm run dev
The app is tested using Rspec library you can check the tests by opening your terminal, then change the directory to the location of this repo using this command cd file_path
, then run this command gem install rspec
, finally run this command rspec spec
or rspec spec --format doc
for documented test results you should see a screen like that comming soon
You can deploy this project using:
👤 Sonick Mumba
- GitHub: @Sonickmumba
- Twitter: @Sonick
- LinkedIn: Sonick Mumba
- [Have a decent desktop design for the webapp.]
- [Add login to the app.]
- [implement some UX improvements: include transitions and/or animations, etc]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project it a thumb up : 👍 and share this projects with your friends
I would like to thank...
- Gregoire Vella on Behance for the design of the project.
- Microverse for giving the opportunity to learn
- Code reviewers and coding partners
- Hat tip to anyone whose code was used
- Inspiration
This project is MIT licensed.