Project Overview This is a NEXTJS application built with Tailwind CSS for AT Digital's internship program. It serves as a demonstration of my front-end development skills using these modern technologies.
Installation Prerequisites:
Node.js and npm (or yarn) installed on your system. You can download them from https://nodejs.org/en Clone the repository:
Bash git clone https://github.com/deux99/at-digital.git Use code with caution. content_copy Navigate to the project directory:
Bash cd AT-digital Use code with caution. content_copy Install dependencies:
Bash
npm install
``` (or yarn install
)
Use code with caution. content_copy Development Start the development server:
Bash
npm run dev
``` (or yarn dev
)
This will start the development server, typically accessible at http://localhost:3000
in your web browser.
Use code with caution. content_copy Make code changes:
Edit the project's source code in the src directory (or as specified by the project structure).
See changes reflected:
The development server will automatically recompile and reload the application upon detecting changes, allowing you to see the effects of your modifications instantly.
Built With React: https://legacy.reactjs.org/ - A JavaScript library for building user interfaces. Tailwind CSS: https://tailwindcss.com/docs/installation - A utility-first CSS framework for rapid and responsive UI development.