Skip to content

A todo list built with Postgres, Express.js, React.js and Node.js.

Notifications You must be signed in to change notification settings

Mar-Issah/PERN-Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

PERN Todo List

A todo list built with PostgreSQL, Express.js, React.js and Node.js.

About The Project

This is web application allows you to create, edit and delete your todo list.

Todo List


Built With / Requirements 👷

Visual Studio Code

HTML5

CSS3

Bootstrap

JavaScript

React

PostresSQL

Node.js

Express.js

Git


Getting Started

Using it on your local machine.

Prerequisites

You need to have Node, yarn and npm installed on your machine. To check if they are installed, open up a terminal window and type the following:

npm -v
yarn -v
node -v

If these commands print out a version number in the terminal, you are good to go. If not, you need to go ahead and install what is missing. For the purpose of this project, I used Node.

Installation

  1. Clone the repo on your local machine.
    git clone https://github.com/Mar-Issah/PERN-Todo-List.git
  2. Change directory into the new folder and type the following, this installs the required dependencies.
    npm install
  3. To run the React project(server and client).
    npm start


Contributing 👪

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/awesomeFeature).
  3. Commit your Changes (git commit -m 'Added some awesome features').
  4. Push to the Branch (git push origin feature/awesomeFeature).
  5. Open a Pull Request.

License 📄

Distributed under the MIT License. See LICENSE for more information.


Contact 📧

Marsiya Issah : [email protected].

Project Link: https://github.com/Mar-Issah/PERN-Todo-List.git.

Kindly check out more of my projects in CodePen.