Stefan Jordan + Dappback in 3 hours

Instructions:

  1. Clone this repo to your machine
  2. Create your MongoDB instance
  3. Make sure to create a .env file and add your DB_URL="mongoDB connection string"
  4. Open your terminal and navigate to the root directory
    • Run npm i to install the dependencies
    • Run npm run dev
    • Or run npm run build to create the production version followed by npm start
  5. Navigate to localhost:5173 in your browser
  6. Register a new user or login with username: ok, password: ok

Built with:

  • Vite
  • React
  • Tailwind
  • Node
  • Express
  • MongoDB

Accomplishments:

  1. Styling - Responsive and Dark/Light mode
  2. Login and Register
  3. Click and keep track of streak

Needs:

  1. Functionality for daily reset / disable button
  2. Logout
  3. Security/Authorization - very basic username/password setup
  4. Animation/Notification when you reach a certain streak