Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.