Code Monkey home page Code Monkey logo

ucfx / todo Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 104 KB

This repository houses a robust TodoList application built using the MERN stack (MongoDB, Express.js, React, and Node.js). The application leverages React for the frontend interface, Express.js for server-side logic, MongoDB for data storage, and custom hooks for streamlined state management and functionality.

License: MIT License

JavaScript 95.30% HTML 2.74% CSS 1.96%
todo todo-react todolist todolist-react

todo's Introduction

Todo App

This is a simple Todo app that allows you to keep track of your tasks. ๐Ÿ“

๐Ÿš€ Features

  • Add new tasks โž•
  • Mark tasks as completed โœ…
  • Delete tasks โŒ
  • View all tasks ๐Ÿ‘€

๐Ÿ“– Installation

  1. Clone the repository:

    git clone https://github.com/ucfx/todo.git
  2. Navigate to the project directory:

    cd todo
  3. Install the dependencies for both client and server folders:

    cd client && npm i && cd ../server && npm i && cd ..
  4. Create a .env file in the server directory and add your environment variables. You can use the .env.example file as a template:

    cp server/.env.example server/.env

    Modify the .env file with your environment-specific variables.

  5. Start the client:

    cd client && npm start
  6. Open another terminal, navigate to the project directory, and start the server:

    cd server && npm start
  7. Open your browser and visit http://localhost:5173.

  8. Start managing your tasks! ๐Ÿ˜‰

๐Ÿค Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

๐Ÿ“ƒ License

This project is licensed under the MIT License.

todo's People

Contributors

ucfx avatar

Stargazers

 avatar  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.