Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neon-20/timeverse
An Activity Log Application Made Using NextJS
https://github.com/neon-20/timeverse
Last synced: about 1 month ago
JSON representation
An Activity Log Application Made Using NextJS
- Host: GitHub
- URL: https://github.com/neon-20/timeverse
- Owner: Neon-20
- Created: 2023-11-21T17:31:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-20T19:12:11.000Z (6 months ago)
- Last Synced: 2024-06-21T13:26:28.489Z (6 months ago)
- Language: TypeScript
- Homepage: https://timeverse.pranavrajveer.com
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Demonstration
https://github.com/Neon-20/Timeverse/assets/55043383/712b9f0e-e515-4ca7-9f95-c854567d73bb# TimeVerse: An Activity Log Application 🚀
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
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
## Features
- **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.## Getting Started
### Prerequisites
Make sure you have [Node.js](https://nodejs.org/) installed
### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/TimeVerse.git2. Navigate to the project directory:
```bash
cd TimeVerse3. Install dependencies:
```bash
npm install4. Start the application:
```bash
npm run dev### The app will be accessible at http://localhost:3000/auth.
## Usage
- Create an account or log in if you already have one.
- Add your activities and keep track of your important tasks.
## Contributing
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.## License
#### This project is licensed under the MIT License.