Skip to content

A Hackathon 2024 project to develop a city-activity community app

Notifications You must be signed in to change notification settings

marcheluki/NaTi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏙️ NaTi - City Activity Community App

NaTi is a Hackathon 2024 project aimed at developing a community-driven app for city activities. The app helps users discover, organize, and join events in their local area, fostering community engagement and participation.

🌟 Features

  • Explore Local Events: Discover events happening in your city.
  • Create Events: Organize and invite people to new activities.
  • Community Interaction: Engage with other users through comments and event discussions.

🛠️ Project Structure

  • frontend/: Contains the React-based user interface for the app.
  • backend/: Includes the Node.js server and API routes for managing events and user interactions.

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/marcheluki/NaTi.git
cd NaTi

2. Install Dependencies

Navigate to both frontend/ and backend/ directories and install dependencies:

npm install

3. Run the App

  • Frontend: Start the React app.
    cd frontend
    npm start
  • Backend: Start the Node.js server.
    cd backend
    npm start

📦 Deployment

The app is deployed on Vercel. Visit the live app to explore its features.

🤝 Contributing

Contributions are welcome! Fork the repository, make your changes, and submit a pull request.

📜 License

This project is licensed under the MIT License.

About

A Hackathon 2024 project to develop a city-activity community app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published