Giter VIP home page Giter VIP logo

todo-app's Introduction

Todo Application

This todo application helps the user to create and manage their daily tasks in a effective way.

Tech Stack

This application is built over MERN (MongoDB, Express.js, React.js, Node.js) stack.Tailwind css is used to impart responsive designs for varied sized devices.The project also includes user authentication using bcrypt to jwt token.

Check the live website here

Project Structure

  • Backend:

    • Built with Node.js, Express.js, and MongoDB.
    • User authentication with JWT tokens.
    • API routes for CRUD operations:
      • GET /: Default welcome route
      • POST /auth/signup: Sign Up user
      • POST /auth/login: Login user
      • GET /apis/todos: Get all todos
      • POST /apis//create: Create a new todo
      • POST /apis/todo/:id: Update a todo
      • DELETE /api/todo/:id: Delete a todo
  • Frontend:

    • Developed using React.js and Tailwind CSS.
    • Responsive NavBar built from scratch.
    • Responsive design for various screen sizes.

How to Run Locally

  1. Clone this repository.
  2. Navigate to the Backend folder and run npm install to install backend dependencies.
  3. Set up your MongoDB connection in .env (create a .env file based on .env.example).
  4. Run the backend server using npm start.
  5. Navigate to the Frontend folder and run npm install to install frontend dependencies.
  6. Run the frontend using npm run dev.

Feel free to explore the code and connect with me if you have any questions! Happy programming! ๐Ÿ˜Š

todo-app's People

Contributors

sanjeet4567 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.