Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rajesh-royal/car-bidding-system-react

Car bidding system ReactJS. TravClan
https://github.com/rajesh-royal/car-bidding-system-react

es6 hooks netlify reactjs tailwindcss

Last synced: about 1 month ago
JSON representation

Car bidding system ReactJS. TravClan

Awesome Lists containing this project

README

        

#

Car bidding web App

This project Is bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and using tailwindcss for UI library.

[![Netlify Status](https://api.netlify.com/api/v1/badges/6aa7460c-564f-413a-8e72-8a4bc1bea455/deploy-status)](https://app.netlify.com/sites/car-bidding/deploys)

![Project Preview](https://github.com/Rajesh-Royal/car-bidding-system-react/blob/develop/src/assets/images/CarBiddingProjectImage.png)

##

Available Scripts :helicopter:

This project usages Yarn as package manager and in the project directory, you can run:

| Script | Description |
|--------------------|-------------------------------|
| `start:dev` | Starts the development server |
| `build` | Production build |
| `test` | Runs unit tests |
| `eject` | [React Eject](https://create-react-app.dev/docs/available-scripts/#npm-run-eject) |
| `lint` | Shows all the linting errors in codebase |
| `lint:fix` | Fix all the liting errors |

> Husky hooks will lint code before commiting it.

## 🧐 What's inside?

A quick look at the top-level files and directories you'll see in this project.

├── .vscode
├── node_modules
├── public
├── src
├── assets
├── components
├── container
├── context
├── pages
├── routes
├── utils
├── _redirects
├── netlify.toml
├── .eslintrc.json
├── .gitignore
├── .prettierrc
├── craco.config.js
├── package.json
├── README.md
├── tailwind.config.js
└── yarn.lock

1. **`.vscode/`**: This directory contains all of the workspace setting for vscode.

## 💫 Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Rajesh-Royal/car-bidding-system-react)