Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/claudiarojassoto/final-capstone-front-end

This Project is developed using React.js, designed to provide an intuitive user interface for managing reservations or appointments for test drives of cars. It communicates with the back-end API built with Ruby on Rails.
https://github.com/claudiarojassoto/final-capstone-front-end

fetch-api jest-tests react redux router slice swiper

Last synced: 19 days ago
JSON representation

This Project is developed using React.js, designed to provide an intuitive user interface for managing reservations or appointments for test drives of cars. It communicates with the back-end API built with Ruby on Rails.

Awesome Lists containing this project

README

        

![EED](app.png)

final_capstone_back_end

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Final Capstone Front End ](#-final-capstone-front-end-)
- [🛠 ER Diagram ](#-er-diagram-)
- [💻 Link to Demo ](#-link-to-demo-)
- [💻 Link to Back End ](#-link-to-back-end-)
- [💻 link to Kanban board information ](#-link-to-kanban-board-information-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)
# 📖 Final Capstone Front End

**Final Capstone Front End** The front-end component of this final capstone project is developed using React.js, designed to provide an intuitive user interface for managing reservations or appointments for test drives of cars. It communicates with the back-end API built with Ruby on Rails.

## 🛠 ER Diagram

![ER Diagram](diagram1.jpeg)

back to top\

## 💻 Link to Demo

[Link to Demo](https://driver-front.onrender.com/)

## 💻 Link to Back End

[Link to Back End](https://github.com/ClaudiaRojasSoto/Final-Capstone-Back-End)

back to top\

## 💻 link to Kanban board information

[Link to Kanban Board](https://github.com/ClaudiaRojasSoto/Final-Capstone-Back-End/projects/1)

[Initial state](https://github.com/ClaudiaRojasSoto/Final-Capstone-Back-End/issues/16)

This project was completed by two of the three original Team members:

- Pablo Bonasera
- Claudia Rojas

(back to top)

## 🛠 Built With

### Tech Stack

Technologies

### Key Features

- [x] **React.js Components**
- [x] **API Communication with Backend**
- [x] **User-Friendly Interface**
- [x] **Responsive Design**
- [x] **State Management**

back to top\

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

- Node.js: You need Node.js to run the React.js application.
- npm: npm is used to manage packages in your React project.

### Setup

Clone this repository to your desired folder:

sh

cd my-folder

git clone https://github.com/ClaudiaRojasSoto/Final-Capstone-Front-End.git

### Install

Install this project with:

- npm install

### Usage

To run the project, execute the following command:

npm start

### Run tests
To run the frontend tests, follow these steps:

### Prerequisites

Before running the tests, ensure you have the following installed:

- Node.js: You need Node.js to execute the test scripts.
- npm: npm is used to manage packages in your React project.

Additionally, make sure you have installed the following testing extensions:

- jest-fetch-mock: Used for mocking fetch requests.
- redux-mock-store: Used for mocking Redux store.
- redux-thunk: Used for testing Redux thunks.

### Running Tests

Execute the following command to run the tests:

```bash
npm test
```
This command will run the test suites and provide you with the test results and coverage information.

back to top

## 👥 Authors

👤 **Claudia Rojas**

- GitHub: [@ClaudiaRojas](https://github.com/ClaudiaRojasSoto)
- LinkedIn: [@ClaudiaRojas](https://www.linkedin.com/in/claudia-rojas-soto/)

👤 **Pablo Bonasera**

- GitHub: [@PabloBona](https://github.com/PabloBona)
- LinkedIn: [Pablo Bonasera](https://www.linkedin.com/in/pablo-bonasera/)

back to top\

## 🔭 Future Features

- [ ] **User Authentication and Authorization**
- [ ] **Integration with External APIs for Car Information**
- [ ] **User Profile Management**

back to top\

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/Final-Capstone-Front-End/issues).

back to top\

## ⭐️ Show your support

If you find this project helpful, feel free to contribute or give it a star. Your support is appreciated!

back to top\

## 🙏 Acknowledgments

- Behance and Murat Korkmaz for the [original design](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign)
- Microverse for providing the opportunity to learn in a collaborative environment.
- React.js Documentation for valuable resources on React development.
- GitHub for version control and collaboration tools.

back to top\

## ❓ FAQ (OPTIONAL)

- **Can I use your project as a template for my own project?**

- Certainly, feel free to use this project as a template for your own work.

- **Is your project licensed?**

- Yes, this project is open-source and available under the MIT License. You can find more details about the license [here](MIT.md).

back to top\

## 📝 License

This project is licensed under the MIT License - you can click here to have more details [MIT](MIT.md).

back to top\