a74485ef-f988-4275-9d2e-fc17919a7832.mp4
TimeVerse is an open-source activity log application built with Next.js to meet everyone's needs. Keep track of your daily activities, manage your time effectively, and enhance your productivity
- Simple and Intuitive Interface: User-friendly design for easy navigation and a seamless experience.
- Time Tracking: Log and analyze your activities to better understand how you spend your time.
Make sure you have Node.js installed
-
Clone the repository:
git clone https://github.com/your-username/TimeVerse.git
-
Navigate to the project directory:
cd TimeVerse
-
Install dependencies:
npm install
-
Start the application:
npm run dev
The app will be accessible at http://localhost:3000/auth.
- Create an account or log in if you already have one.
- Add your activities and keep track of your important tasks.
We welcome contributions! Follow these steps to contribute to TimeVerse:
- Fork the repository.
- Create a branch:
git checkout -b feature/my-feature
. - Commit your changes:
git commit -m 'Add my feature'
. - Push to the branch:
git push origin feature/my-feature
. - Open a pull request.