Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonickmumba/travel-list
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.
https://github.com/sonickmumba/travel-list
javascript react reactjs
Last synced: 20 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sonickmumba/travel-list
- Owner: Sonickmumba
- Created: 2023-11-17T19:17:33.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-12T07:25:54.000Z (10 months ago)
- Last Synced: 2024-10-10T09:42:13.892Z (about 1 month ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Homepage: https://chimerical-tiramisu-7bd6e3.netlify.app
- Size: 134 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#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.![Travel list2 jpeg](https://github.com/Sonickmumba/travel-list/assets/106140591/0c18141c-7da5-439b-af84-395a45a96274)
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]**
- [Live video Link](https://chimerical-tiramisu-7bd6e3.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
bundle install
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone [email protected]:Sonickmumba/travel-list.git
```
### Install
Install this project with:
```
cd travel-list
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails npm run dev
```
### Run tests
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
### Deployment
You can deploy this project using:
- [Live Demo Link](https://chimerical-tiramisu-7bd6e3.netlify.app/)
👤 **Sonick Mumba**
- GitHub: [@Sonickmumba](https://github.com/Sonickmumba)
- Twitter: [@Sonick](https://twitter.com/MumbaSonick)
- LinkedIn: [Sonick Mumba](https://linkedin.com/in/sonickmumba)
- [ ] **[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](https://github.com/Sonickmumba/travel-list/issues).
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](https://www.behance.net/gregoirevella) 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](https://choosealicense.com/licenses/mit/) licensed.