This is a Next.js project, a React-based framework for building server-rendered, statically generated, and performance-optimized websites and applications.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/sameer1sheikh2mansoori3/ekak_innovation_2
- Navigate to the project directory:
cd ekak_innovation_2
- Install the dependencies:
npm install
- Start the development server:
npm run dev
This will start the server on http://localhost:3000
. Open this URL in your browser to view the project.
Here are some common commands you might need:
npm run dev
: Starts the development server.npm run build
: Builds the application for production.npm run start
: Starts the production server.npm run lint
: Lints the code for errors and warnings.npm run test
: Runs the unit tests.
To deploy this project, you can use a service like Vercel or Netlify. These services provide easy integration with GitHub and can automatically deploy your project on push.
You can view a live demo of this project at https://ekak-innovation-2.vercel.app.
Here are some screenshots of the project:
- Home Page:
This project uses the following technologies:
- Next.js for server-rendered and statically generated pages
- React for building the user interface
- TypeScript for type checking and better code maintainability
- Tailwind CSS for styling and layout
- Framer Motion for animations
- Lucide for icons
The following features are planned for future releases:
- Adding Backend: Integration of a backend technology to enable dynamic data processing and storage.
- Handling Job Applications: Implementation of a system to manage job applications, including submission, review, and response processes.
These features will enhance the project's capabilities and provide a more comprehensive user experience.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or fix.
-
Make your changes and commit them.
-
Push your branch to your forked repository.
-
Create a pull request to merge your branch into the main branch.
Remember to follow the project's coding standards and best practices.