Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/claudiarojassoto/final-capstone-front-end
- Owner: ClaudiaRojasSoto
- License: mit
- Created: 2023-10-25T16:16:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T19:06:11.000Z (11 months ago)
- Last Synced: 2024-10-03T10:41:30.478Z (about 1 month ago)
- Topics: fetch-api, jest-tests, react, redux, router, slice, swiper
- Language: JavaScript
- Homepage:
- Size: 6.31 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 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](diagram1.jpeg)
[Link to Demo](https://driver-front.onrender.com/)
[Link to Back End](https://github.com/ClaudiaRojasSoto/Final-Capstone-Back-End)
## 💻 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 RojasTechnologies
- [x] **React.js Components**
- [x] **API Communication with Backend**
- [x] **User-Friendly Interface**
- [x] **Responsive Design**
- [x] **State Management**
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.
👤 **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/)
- [ ] **User Authentication and Authorization**
- [ ] **Integration with External APIs for Car Information**
- [ ] **User Profile Management**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/Final-Capstone-Front-End/issues).
If you find this project helpful, feel free to contribute or give it a star. Your support is appreciated!
- 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.
- **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).
This project is licensed under the MIT License - you can click here to have more details [MIT](MIT.md).