Abibubble / the-first-drop

A rollercoaster logging site
the-first-drop.vercel.app
2 stars 1 forks source link
hacktoberfest

The First Drop

GitHub contributors GitHub last commit GitHub language count GitHub top language

NextJS GitHub forks

This is a Next.js project bootstrapped with create-next-app.

Project requirements:

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.

Getting Started

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.