This is a Next.js project bootstrapped with create-next-app
.
The frontend will be built using React.js and Next.js, and hosted on Vercel. This will also need a web scraper to scrape a list of coasters and add them to the database. No decision has been made about where the backend should be hosted.
Accessibility is a big focus on this project, as all users should be able to access the site, regardless of any accessibility requirements that they might have.
Clone the repo and run npm install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.