Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

**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)

## 🛠 Built With

### Tech Stack

Languages

Testing library


  • RSpec

### Key Features

- **[A travel list page]**
- **[Show how many items have been packed]**
- **[Show packed items]**
- **[Delete an item]**
- **[Sort items in the list]**

(back to top)

## 🚀 Live video

- [Live video Link](https://chimerical-tiramisu-7bd6e3.netlify.app/)

(back to top)

## 💻 Getting Started

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

- [Live Demo Link](https://chimerical-tiramisu-7bd6e3.netlify.app/)

(back to top)

## 👥 Authors

👤 **Sonick Mumba**

- GitHub: [@Sonickmumba](https://github.com/Sonickmumba)
- Twitter: [@Sonick](https://twitter.com/MumbaSonick)
- LinkedIn: [Sonick Mumba](https://linkedin.com/in/sonickmumba)

(back to top)

## 🔭 Future Features

- [ ] **[Have a decent desktop design for the webapp.]**
- [ ] **[Add login to the app.]**
- [ ] **[implement some UX improvements: include transitions and/or animations, etc]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Sonickmumba/travel-list/issues).

(back to top)

## ⭐️ Show your support

If you like this project it a thumb up : 👍 and share this projects with your friends

(back to top)

## 🙏 Acknowledgments

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

(back to top)

## 📝 License

This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.

(back to top)