Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasshira/pass-in-web
https://github.com/lucasshira/pass-in-web
nodejs react tailwindcss url-states
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasshira/pass-in-web
- Owner: lucasshira
- Created: 2024-04-02T05:10:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T22:02:02.000Z (8 months ago)
- Last Synced: 2024-04-07T00:53:23.901Z (8 months ago)
- Topics: nodejs, react, tailwindcss, url-states
- Language: TypeScript
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pass In Web
Pass In Web is an administrative dashboard application developed using ReactJS and Tailwind CSS. It serves the purpose of displaying confirmed clients at events along with their check-in dates. The application consumes data from an API to retrieve this information.
![Imagem1](pass%20in%20web%201.PNG)
## You can also filter people by name:
![Imagem2](pass%20in%20web2.PNG)
## Technologies Used
- ReactJS
- Tailwind CSS
- TypeScript
- Vite
- Node.js
- URL States## Getting Started
To get started with Pass In Web, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/lucasshira/pass-in-web.git
```
2. Navigate to the project directory:```bash
cd pass-in-web
```3. Install dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm run dev
```5. Open your browser and navigate to [http://localhost:5173](http://localhost:5173) to view the application.