Skip to content

Frontend for Trainder Project. 2110336 SOFTWARE ENGINEERING II, Academic Year 2022.

Notifications You must be signed in to change notification settings

2110336-2565-2/sec2-group11-trainder-frontend

Repository files navigation

sec2-group11-trainder-frontend

This is a Next.js project. The UI library used is Tailwind and Headless UI. This repo use yarn as the package manager.

Development

Environment Setup

After cloning the repos for the first time:

  1. Set up the Google Maps API key by Enable Google Maps Places API.
  2. Get an API key.
  3. Create a file name .env.local
NEXT_PUBLIC_API_URL=<API_URL>
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=<GOOGLE_MAPS_API_KEY>
  1. yarn install to install all of the required library

Running the development server

  1. yarn dev
  2. Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

To learn more about the maps library:

  • This use-places-autocomplete GitHub repository, which provides more examples and information on how to use the library

About

Frontend for Trainder Project. 2110336 SOFTWARE ENGINEERING II, Academic Year 2022.

Resources

Stars

Watchers

Forks