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.
-
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
-
Navigate to the client directory: Open a new terminal window and navigate to the client directory of the cloned repository:
cd mern-todo-client
-
Install dependencies: Run the following command to install the required dependencies:
npm install
-
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:
- Server Side Repository: https://github.com/uparkalau/mern-todo-server
- Client Side Repository: https://github.com/uparkalau/mern-todo-client
app.netlify.com live