This project is a part of the application for the Frontend UI Intern position at Density Exchange. The goal of this project is to develop a webpage with animation based on a provided design using Next.js and the chosen CSS library (Tailwind CSS, SCSS or Material-UI).
The project is deployed and can be accessed here.
For a demonstration of the project, please watch the video here.
public
: Folder containing images and SVGs used in the project.src
: Source code folder.app
: Main application files.components
: Reusable React components..eslintrc.json
: ESLint configuration file for code linting..gitignore
: Specifies files that should be ignored by Git..jsconfig.json
: Configuration file for JavaScript projects using VSCode.next.config.js
: Configuration file for Next.js.package.json
: Project metadata and dependencies.package-lock.json
: Lock file for npm dependencies.postcss.config.js
: Configuration file for PostCSS.tailwind.config.js
: Configuration file for Tailwind CSS.The project is deployed and can be accessed here.
Clone the repository:
git clone https://github.com/Stutimaha/Ahead-App-Redesign
cd Ahead-App-Redesign
Install dependencies:
npm install
Run the development server:
npm run dev
Open your browser and visit http://localhost:3000 to view the application.
The project successfully implements the provided design with animations using Next.js and Tailwind CSS. Components are organized in the src/components
folder, and the overall project structure adheres to best practices.