Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajesh-royal/car-bidding-system-react
- Owner: Rajesh-Royal
- Created: 2021-05-29T07:03:58.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-11T01:46:51.000Z (over 3 years ago)
- Last Synced: 2024-11-24T20:44:36.547Z (2 months ago)
- Topics: es6, hooks, netlify, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://car-bidding.netlify.app/
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.lock1. **`.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)