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 creation of places to rent and make reservations for those places. It communicates with the back-end API built with Ruby on Rails.
This project was completed by three Team members:
- Javier Grau
- Manuel Sanchez
- Anthony Vásquez
Technologies
- React.js Components
- API Communication with Backend
- User-Friendly Interface
- Responsive Design
- State Management
To get a local copy up and running, follow these steps.
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.
Clone this repository to your desired folder:
sh
cd my-folder
git clone git@github.com:grauJavier/final-capstone-front-end.git
Install this project with:
npm install
To run the project, execute the following command:
npm run dev
To run the frontend tests, follow these steps:
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.
Execute the following command to run the tests:
npm run test
This command will run the test suites and provide you with the test results and coverage information.
👤 Javier Grau
- GitHub: @grauJavier
- LinkedIn: LinkedIn
👤 Manuel Sanchez
- GitHub: @Luffytaro22
- LinkedIn: Manuel Sanchez
👤 lRebornsl
- GitHub: @lRebornsl
- Twitter: @RebornsDev
- LinkedIn: Anthony Vásquez
- 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.
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
- 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.
This project is licensed under the MIT License - you can click here to have more details MIT.