Skip to content

uparkalau/mern-todo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do MERN Server and Client Sides App

This is a single-page web application designed to create and manage to-do lists. The app uses a MERN stack (MongoDB, Express.js, React.js, and Node.js). The application does not require any login or authentication, and all data is stored on the server-side.

Installation

Client Side

  1. Clone the client-side repository: Clone the client-side repository to your local machine using the following command:

    git clone https://github.com/uparkalau/mern-todo-client.git
    
  2. Navigate to the client directory: Open a new terminal window and navigate to the client directory of the cloned repository:

    cd mern-todo-client
    
  3. Install dependencies: Run the following command to install the required dependencies:

    npm install
    
  4. Start the client: Run the following command to start the client:

    npm start
    

    The client should now be running on http://localhost:3000.

For any further details or issues, please refer to the respective server-side and client-side repositories:

app.netlify.com live

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published