Skip to content

Latest commit

 

History

History
142 lines (71 loc) · 4.08 KB

README.md

File metadata and controls

142 lines (71 loc) · 4.08 KB

TimeCamp Clone


TimeCamp is a simple, yet feature-rich time tracking app to help you gain insights into yourprojects and tasks. It automatically fills the timesheets assigning the activities to the right task or project.TimeCamp aims to provide users with a comprehensive yet user-friendly project time tracking solution.

🖥️ Tech Stack

Frontend:

reactjs redux chakra-ui javascript css3 html5

Backend:

nodejs expressjs mongodb JsonWebToken


View Deployment


🚀 Features

  • Signup Login and Logout User Account
  • JWT (Json Web Token) Authentication and BcryptJS Password Hashing
  • Reset Password link sending on mail using Nodemailer
  • Authorisation
  • CRUD functionalities for Project, Tasks and Tags

Some visuals of our project

Landing page:

Landing page

Pricing page:

Pricing page

Blog page:

Blog page

Signup page:

Signup page

Login page:

Login page

Timesheet page:

timesheet

Project page:

Projects page

Tags page:

tags page


Team Members and Contributors 😇 :

Steps to run this Clone:-

  1. Create a folder on your system.

  2. Open with Visual Studio Code.

  3. git clone https://github.com/Harapriyasahu/nutty-form-5506.git

  4. Do "npm install" in frontend and backend folder (To install all the dependencies)

  5. Then "npm start" to run the project on your local system