/activity-tracker

Fullstack web app to track your daily activity with CRUD functionality made using React.js, Node.js, Express.js, MongoDB Atlas.

Primary LanguageJavaScript

Activity Tracker


Demo

home page add user page create new activity page edit activity page

Run the project

This is a React.js project bootstrapped with create-react-app.

Step1: First, we will be starting the backend, so enter the backend directory.

  • Open .env file and add you MongoDB database link
  • Run npm start to start your backend
  • Refresh the fronten

Step2: Enter the root directory.

  • Run npm start to start the development server.
  • Open http://localhost:3000 with your browser to see the result.