This is a Next.js project bootstrapped with create-next-app
.
First, clone and run the development server:
git clone https://github.com/eyyMinda/ratepunk-task-fe.git
npm i
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- React.js
- Sass
- Bonus points for using Next.js
- Create single page landing for desktop and mobile
- Show success/error message depending if email typed is correct and/or input is not empty
- Use JSONBIN (https://jsonbin.io/) to save only the last entered email
- Menu links can be empty
- Social links can be empty
- Publish finished task to github repo
- Chrome store link: (https://chrome.google.com/webstore/detail/ratepunk-same-hotel-way-c/gdaioanblcnghddimngklkhgcbomfdck?utm_source=ratepunk)
- Apple store link: (https://apps.apple.com/app/ratepunk/id1607823726)
How long it took to finish? 2 days.