https://github.com/pericles001/rides-app
User interface for a riders localisation app
https://github.com/pericles001/rides-app
class-components react-props react-state reactjs
Last synced: 7 months ago
JSON representation
User interface for a riders localisation app
- Host: GitHub
- URL: https://github.com/pericles001/rides-app
- Owner: Pericles001
- Created: 2022-03-16T14:29:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T11:22:56.000Z (over 3 years ago)
- Last Synced: 2025-01-25T23:52:18.908Z (about 1 year ago)
- Topics: class-components, react-props, react-state, reactjs
- Language: JavaScript
- Homepage: https://rides-app-pericles001.vercel.app/
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rides-App
Nothing much but a simple app to practice in react

## About this project
This project is a simple web application that allows users to create and share rides.
## Installation
To install the project, run the following commands:
```
npm install
npm start
```
To run the project locally, open a terminal and navigate to the project directory.
```
cd /path/to/project
npm start
```
To run the project on Heroku, open a terminal and navigate to the project directory.
```
cd /path/to/project
heroku login
heroku create
heroku git:remote -a rides-app
git push heroku master
heroku open
```
## Usage
The project is designed to be used as a single page application.
#Technologies Used
The project uses the following technologies:
react
* [Bootstrap](http://getbootstrap.com/)
* [Material-ui](https://mui.com/)
* [React-router](https://reacttraining.com/react-router/)
* [React-bootstrap](https://react-bootstrap.github.io/)
* [React-icons](https://react-icons.netlify.com/)
* [React-transition-group](https://reactcommunity.org/react-transition-group/)
* [Reactjs](https://fr.reactjs.org/)
* [ rides APIs](https://assessment.api.vweb.app/rides)
* [ user APIs](https://assessment.api.vweb.app/users)
#Contributing
Contributors are welcome!
To contribute, open a pull request on GitHub.
```
git clone