Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maheshthedev/myfrs-pwa
A Progressive Web Application which can manage Fuel and Retail Store built with NextJS, TailwindCSS, TypeScript
https://github.com/maheshthedev/myfrs-pwa
nextjs pwa tailwindcss typescript
Last synced: 5 days ago
JSON representation
A Progressive Web Application which can manage Fuel and Retail Store built with NextJS, TailwindCSS, TypeScript
- Host: GitHub
- URL: https://github.com/maheshthedev/myfrs-pwa
- Owner: MaheshtheDev
- Created: 2022-05-14T17:06:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T18:56:22.000Z (10 months ago)
- Last Synced: 2024-10-11T00:56:28.793Z (27 days ago)
- Topics: nextjs, pwa, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://myfrs.maheshthedev.me
- Size: 720 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
myFRS
myFRS is a Progressive Web Application built with TypeScript and Next.js.
## Screenshots
## Features
- Create, update, and delete fuel loads
- View a list of all fuel loads
- Filter fuel loads by date, tenant, etc.## Tech Stack
- TypeScript
- Next.js
- Prisma
- Tailwind CSS## Getting Started
First, install the dependencies:
```bash
npm install
```Then, run the development server:
```bash
npm run dev
```Open http://localhost:3000 with your browser to see the result.
### Project Structure
`components/`: Contains reusable components like `enter-details.tsx` and `load-card.tsx`.`lib/`: Contains utility functions and configurations for Prisma.
`pages/`: Contains the application's pages and API routes.
`prisma/`: Contains Prisma schema and migrations.
`public/`: Contains static files like images.
`styles/`: Contains global and module-specific styles.
API Routes### API Routes
`/api/hello`: Sample API route.
`/api/loads`: API route for handling loads.
`/api/tds`: API route for handling TDS.
`/api/user`: API route for handling user data.
`/api/auth/`: API routes for handling authentication.
### Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.