https://github.com/leticea/nlw-unite-react
NLW - Unite event by Rocketseat.
https://github.com/leticea/nlw-unite-react
dayjs fakerjs lucide-react npm tailwind-merge typescript vite
Last synced: about 2 months ago
JSON representation
NLW - Unite event by Rocketseat.
- Host: GitHub
- URL: https://github.com/leticea/nlw-unite-react
- Owner: leticea
- Created: 2024-06-26T12:41:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T20:09:01.000Z (almost 2 years ago)
- Last Synced: 2024-07-07T21:25:59.661Z (almost 2 years ago)
- Topics: dayjs, fakerjs, lucide-react, npm, tailwind-merge, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 580 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Technologies |
Project |
How to run |
How to contribute
# NLW Unite
## 🚀 Technologies
This project was developed with the following technologies:
- [Node.js](https://nodejs.org/en/) - v18.12.1
- [Npm](https://www.npmjs.com/) - 8.19.2
- [Vite](https://vitejs.dev/guide/) - ^5.3.1
- [TypeScript](https://www.typescriptlang.org/) - ^5.2.2
- [Tailwindcss](https://tailwindcss.com/) - ^3.4.4
- [Tailwind-merge](https://github.com/dcastil/tailwind-merge) - ^2.3.0
- [Tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) - ^0.5.7
- [Day.js](https://day.js.org/) - ^1.11.11
- [Faker.js](https://fakerjs.dev/) - ^8.4.1
- [Lucide React](https://lucide.dev/guide/packages/lucide-react) - ^0.397.0
## 💻 Project
Project developed with Vite and TypeScript for an event manager.
NLW event on the [Rocketseat](https://www.rocketseat.com.br/) platform.
- [Back-end - API](https://github.com/leticea/nlw-unite-nodejs)
## ⚙️ How to run
- Clone the project.
- Clone the API project to run both.
- Go to the project folder and run 'npm install' (use 'yarn install' if that's your configuration).
- npm run dev to run the project on the indicated port.
## 🤔 How to contribute
- Fork this repository;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m 'feat: My new feature'`;
- Push to your branch: `git push origin my-feature`.
After your pull request is merged, you can delete your branch.
## 📝 License
This project is under the MIT license.