rcqx / bytecar

An app for leasing and buying electric vehicles. React, Redux & tailwind CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ByteCar

Home:

image

Kanban:

image

This is a web page that let's you make an appointment for an electic car test drive.

This app makes use of API calls to its back-end API to get the data for everything regarding users, cars, and reservations.

ERD

image

App functions: πŸ˜‰

With the ByteCar app, you can do the following:

  • Authenticate users:

    • Create an account by providing a valid data.

    • Log in by providing your user data.

  • Cars:

    • Once you log in, you'll be able to see a list of cars avaiable for reservation.
    • On click of these cars, you can access their details where you can then decide if you want to make a reservation by clicking the reservation button.
    • On the reservation page you can select a city and a date to for the test drive.
    • From the navigation bar you can go to add a new car fill the new developer form, after you successfully submit the form, you should be able to see it in the catalog of cars.
    • Also from the navigation bar, you can navigate to the remove car page, you'll see a list of all the available cars with a reduced amount of info, but with the ability of deleting them on a single click after confirmation.
  • Reservations:

    • After creating a new reservation or by navigating from the navigation bar, you'll find yourself in the reservations page, where you can check the reservation details and delete it after a confirmation.

Built With: πŸ”

  • HTML (Front-end) HTML5

  • CSS (Front-end) CSS3

  • Tailwind (Front-end) Tailwind

  • JavaScript (Front-end) JavaScript

  • Webpack (Front-end) Webpack

  • React (Front-end) React

  • React-router (Front-end) React-router

  • Redux (Front-end) Redux

  • Ruby 3.1.2 (Back-end) Ruby

  • Ruby on Rails 7.0.3 (Back-end) Rails

  • PostgreSQL (Back-end) Postgresql

  • JWT gem (Back-end)

  • Rswag gem (Back-end)

Getting Started: πŸ“ˆ

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

  • Click on the top right green "code" button.

  • On the dropdown menu, choose "download with zip" button.

  • After download, extract the zip file and you have the project on your machine.

  • Run npm i to intall all the project dependencies.

  • Run npm start to run the application.

Kanban Board:

This project was developed by a team of 5 people, you can check that out in our authors section.

Authors: πŸ‘‹

πŸ‘€ Jose

πŸ‘€ Hector Torres

πŸ‘€ Fabiano Frank

Contributing: 🀝

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support: 🌟

Give a ⭐️ if you like this project!

Acknowledgments: πŸ“

License: 🧐

This project is MIT licensed.

About

An app for leasing and buying electric vehicles. React, Redux & tailwind CSS

License:MIT License


Languages

Language:JavaScript 87.2%Language:CSS 9.1%Language:HTML 3.7%