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.
- 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.
- 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.
git clone https://github.com/marcheluki/NaTi.git
cd NaTi
Navigate to both frontend/
and backend/
directories and install dependencies:
npm install
- Frontend: Start the React app.
cd frontend npm start
- Backend: Start the Node.js server.
cd backend npm start
The app is deployed on Vercel. Visit the live app to explore its features.
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.