ProTrack for developers is a personalized Full Stack project tracking web application where developers can organize, track, add projects, and much more.
- Project Management: Easily organize and manage your projects.
- Task Tracking: Keep track of tasks and progress within each project.
- User Authentication: Secure authentication system for user accounts.
- Responsive Design: Mobile-friendly design to access your projects on the go.
- Customizable Dashboard: Personalize your dashboard to suit your needs.
- Notifications: Get notified about important updates and deadlines.
To get a local copy up and running, follow these simple steps:
- Node.js (v14.x or higher)
- npm (v6.x or higher)
git clone https://github.com/fanyicharllson/ProTrack.git
cd ProTracknpm installCreate a .env file in the root directory and add the following variables:
DATABASE_URL=your_database_url
JWT_SECRET=your_jwt_secretnpm startThe application will be running on http://localhost:3000.
- Sign Up: Create a new account or log in with your existing account.
- Create Projects: Add new projects and organize them using categories and tags.
- Manage Tasks: Add, update, and track tasks within each project.
- Dashboard Customization: Customize your dashboard to display relevant information.
- Notifications: Stay updated with notifications about project deadlines and updates.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Your Name - Fanyi Charllson - [email protected]
Project Link: https://github.com/fanyicharllson/ProTrack