Task 1 of this skill trial involves building a UI component with CSS animations with NextJS.
In this project, a figma file was provided by Climate Science. A frame from the Figma file was to be designed. Specifications to me me include:
- Setting Up the NextJS project on Vercel.
- Deploying the project to the default NextJS domain provided by Vercel.
- Coding a CSS animation of the specified Frame 13.
- Adding i18n support to the project.
- Using TypeScript and SCSS.
- Looping on the animation.
- Providing a link to the public repo and a link to the deployed page with vercel's default domain
-
Clone this repo
git clone https://github.com/winpeed/task1-climate-science-trial.git
-
Install all NPM packages
npm install
-
In the project directory, you can run:
npm run devto start the development server on http://localhost:3000. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.
- Run
npm run buildThis will build and run your project locally 🚀
- Enter the Live/Production URL https://task1-climate-science-trial.vercel.app/ or development URL http://localhost:3000/ into your browser.
Praise Obende
