Skip to content

chriscodingxyz/evento

Repository files navigation

Evento

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.

Live Demo

Explore the live demo of the application here.

Features

  • 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.

Installation

To set up the project locally, follow these steps:

Prerequisites

  • Node.js
  • npm (or yarn)

Installation Steps

  1. Clone the repository:

    git clone https://github.com/chriscodingxyz/evento.git
  2. Navigate to the project directory:

    cd evento
  3. Install dependencies:

    npm install
  4. Set up environment variables: Create a .env.local file and add necessary environment variables.

  5. Run the development server:

    npm run dev

Usage

After starting the development server, you can access the application at http://localhost:3000.

Folder Structure

  • public: Static assets
  • src: Source code
    • components: React components
    • pages: Application pages
    • styles: Tailwind CSS styles
    • utils: Utility functions

Technologies Used

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Prisma
  • Zod

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create your feature branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Open a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

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.

About

Nextjs app for users to find local events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published