Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/santosh-konappanavar/excelerate

The TODO LIST application for managing user to-do lists, allowing users to create, view, update, and delete tasks.
https://github.com/santosh-konappanavar/excelerate

boostrap express-js html-css-javascript mongodb-atlas node-js reactjs

Last synced: 10 days ago
JSON representation

The TODO LIST application for managing user to-do lists, allowing users to create, view, update, and delete tasks.

Awesome Lists containing this project

README

        




TODO LIST Of USER 🛠️


The TODO LIST application for managing user to-do lists, allowing users to create, view, update, and delete tasks.

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [:notebook: API Documentation](#api-docs)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [excelerate]

**Backend**

## 🛠 Built With

This app is built with Rearct.js and node.js.

### Tech Stack

  • React.js

  • Node.js
  • ## 🚀 Live Demo

    - [Live Demo](https://todolistregister.netlify.app/)

    (back to top)

    ## 💻 Getting Started

    ## To get a local copy up and running, follow these steps.

    ### Prerequisites

    In order to run this project you need:

    - Mac or PC
    - Install node.js
    - Install react.js
    - Install npm

    ### Setup

    - Clone this repository to your desired folder:

    ```sh
    git clone https://github.com/Santosh-Konappanavar/Excelerate
    ```

    - Navigate into the cloned folder

    ```sh
    cd server

    npm init -y

    ```

    ```sh
    cd client

    npm install or npm init -y

    ```

    ### Install

    Install this project with the following:

    - Start the server

    ```sh
    nodemon app.js or npm start
    ```

    - Start the client

    ```sh
    npm start
    ```

    # 📖 [Front-End]

    TODO LIST is a website where users can create, update and delete the task . The user can also see the details of a task.

    ## 🛠 Built With

    ### Tech Stack

    Client

    ## 💻 Getting Started

    To get a local copy up and running, follow these steps.

    ### Prerequisites

    In order to run this project you need:

    - [x] A web browser like Google Chrome.
    - [x] A code editor like Visual Studio Code with Git and Node.js.

    You can check if Git is installed by running the following command in the terminal.

    ```
    $ git --version
    ```

    Likewise for Node.js and npm for package installation.

    ```
    $ node --version && npm --version
    ```

    ### Setup

    Clone this repository using the GitHub link provided below.

    ### Install

    In the terminal, go to your file directory and run this command.

    ```
    $ git clone https://github.com/Santosh-Konappanavar/Excelerate
    ```

    - Navigate into the cloned folder

    ```sh
    cd client
    ```

    ```bash

    $ npm install
    ```

    ### Usage

    Kindly modify the files as needed.

    In the project directory, you can run:

    ```
    $ npm start
    ```

    Runs the app in the development mode.\
    Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

    The page will reload when you make changes.

    You may also see any lint errors in the console.

    (back to top)

    ## 👥 Authors

    👤 **Santosh Konappanavar**

    - GitHub: [@Santosh-Konappanavar](https://github.com/Santosh-Konappanavar/Portfolio-mobile-setup)
    - LinkedIn: [@Santosh Konappanavar](https://www.linkedin.com/in/santosh-konappanavar/)

    (back to top)

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/Santosh-Konappanavar/Excelerate/issues).

    (back to top)

    ## ⭐️ Show your support

    If you like this project, please give a ⭐️

    (back to top)

    ## 📝 License

    This project is [MIT](https://github.com/Santosh-Konappanavar/Excelerate/blob/main/LICENSE) licensed.

    (back to top)