This project is the administrator view of the Pass In application, that was made on NLW Unite by Rocketseat. You can manage and view the attendees and its email, name, check-in info and more, of a specific event.
⚠️ Feel free to contact me, and share your feedback and insights, or report a bug!
Technologies | What I've Learned | Installation
This project was made with the following technologies/libraries:
- Typescript
- React
- TailwindCSS
- Eslint
- Vite
- Git & Github
During the development, I've discovered new things, such as:
- Usage of Fakerjs during the development
Firstly, you need to clone the project on your machine:
git clone https://github.com/cristian-sbardelotto/pass-in
After that, open the project folder and install the dependencies:
npm install
# or
yarn
#or
pnpm install
To run the project on your browser, use:
npm run dev
# or
yarn dev
# or
pnpm dev
Developed with 🧡 by Cristian Sbardelotto.