MattCross01 / ToDoList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List

Description

Project I made at work while learning more React.js

Table of Contents

Installation

Please clone/fork this repository to get the full functionality.

This project was created using 'react.js' Make sure to have react.js installed before moving forward.

To learn how to install React, Click Here.

Next you will need to install the packages. To do so type in the following commands into your terminal.

npm install

Running this command will download the necessary dependancies for the application to run.

If running locally, make sure to use the 'db' folder to set up the database, as well as running the command

npx json-server -p 3500 -w data/db.json

This will seed your database with a starter environment to work from.

Concept

For this application, I wanted to display different strings of data from an api. I wanted to dynamically show information to the user.

License

[License: MIT]

Screen Recording

Example of how application should run with the backend running too:

ScreenshotRecording

Contributions

Name Responsibility GitHub
Matthew Cross Frontend-Backend Matt

Application

Click Here , for the deployed application.

About


Languages

Language:JavaScript 63.7%Language:CSS 22.9%Language:HTML 13.4%