Skip to content

wenruiliau/shortlah-client

Repository files navigation

ShortLah link shortener frontend client

Frontend for Shortlah URL shortener.

Description

ReactJS frontend for a URL shortener. Built with the MERN stack (MongoDB, Express, ReactJS, Node). Accompanying backend repo is here.

Bootstrapped with Create React App and ChakraUI library.

Live demo here.

Getting Started

Dependencies

Installing

  • Setup environment variables
    • cp .env.example .env
    • Add your REACT_APP_BACKEND_URL= in .env
  • Install dependencies
    • npm install

Executing program

  • Run dev server
    • npm run start

Authors

@wenruiliau

License

MIT License