This is a frontend repository for Favorite Fonts app, an app for Chingu Voyage 46. It use React and other dependencies (some listed below).
- Register
- Login
- See fonts in real time
- Change sample text
- Clone this repository
- Run
npm install
- Run
npm run dev
when in development mode - Run
npm run build
to build the project