Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.12 KB

Timeline

This is a simple app built with React & Node.js. It allows you to add new events and see them on your timeline.

Features List

  • Ability to see timeline events based on category
  • Separator between future & past events
  • Ability to check off whether the event was attended or not
  • Back-end form validation

How to Run

  • Clone the Git repository using git clone https://github.com/rmorabia/timeline.git.
  • Move into the folder where you cloned the repository.
  • Run npm start to run the Node server. You can check explore around at localhost:5000/api.
  • Move into the client folder.
  • Run npm start to run the frontend React application that will pull from the server.

Package List