cdkirkwood / calendar-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Calendar App

Simple Calendar App. Allows users to view, add, edit, and delete events.

Getting Started

  1. Fork or clone this repo to your local machine https://github.com/cdkirkwood/calendar-app
  2. run npm install-all to load all needed dependencies
  3. run npm run dev
  4. The app should redirect you to http://localhost:3000/ to view the app. If you weren't redirected then you should go the that url manually.

Built With

  • [React] - Front-End Javascript Library for building the UI
  • [React-Redux] -Front-End Javascript Library for managing state
  • [Express] - Back-End Javascript Library for creating API routes
  • [Postgres-Sequelize] - SQL Database for storing events
  • [MomentJS] - Javascript Library for date conversions

About


Languages

Language:JavaScript 91.8%Language:HTML 5.8%Language:CSS 2.3%