Evento is a Next.js application designed for users to find local events. It leverages the power of React, TypeScript, and Tailwind CSS to provide a seamless experience for discovering and attending events in your area.
Explore the live demo of the application here.
- Event Listings: Browse a variety of local events.
- Search and Filter: Find events by keywords and categories.
- Event Details: View detailed information about each event.
To set up the project locally, follow these steps:
- Node.js
- npm (or yarn)
-
Clone the repository:
git clone https://github.com/chriscodingxyz/evento.git
-
Navigate to the project directory:
cd evento
-
Install dependencies:
npm install
-
Set up environment variables: Create a
.env.local
file and add necessary environment variables. -
Run the development server:
npm run dev
After starting the development server, you can access the application at http://localhost:3000
.
- public: Static assets
- src: Source code
- components: React components
- pages: Application pages
- styles: Tailwind CSS styles
- utils: Utility functions
- Next.js
- TypeScript
- Tailwind CSS
- Prisma
- Zod
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
Distributed under the MIT License. See LICENSE
for more information.
Chris Coding - chriscodingxyz - chriscoding@icloud.com
Project Link: https://github.com/chriscodingxyz/evento
Feel free to customize the content further to better match the specifics and nuances of your project.