Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.34 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.34 KB

Big Day: Frontend

2020.12 ~ 2021.4

🚀   Demo

About

A Full-Stack WebApp. It helps users to keep track of important dates and shows how many days are left. I used this project to practice my ability to develop full-stack applications. The API and Database of this project which I built, is NOT allowed to be used in other projects.

Link to

Preview

User story

As a user I want to have a tool to keep track of important dates and shows how many days are left, so that I won't missing the important dates.

Technologies

  • Code: JSX, Scss, JavaScript
  • Library:
    • Frontend Lib: React
    • State Management: useContext
    • Form: Formik
    • API Calling: Axio
  • UI: no extra library. Glassmorphism UI design, styling by Scss.
  • Deployment: Netlify

Setup

  1. clone the project
  2. install dependence: npm i
  3. create .env to define REACT_APP_API_URL
  4. start project: npm run start