A frontend developer CV project built with Next.js, showcasing skills, experience, and projects in a dynamic and interactive manner.
This project is a frontend developer CV application built using Next.js. It allows developers to create a professional CV that highlights their skills, projects, and experience. The application is designed to be interactive and customizable, providing a modern approach to presenting a CV online.
- 🟢Hero Section : Contains Basic Information about developer
- 🟡Online Status Section : Contains Developer's Online Status :
-
- 🟢Current Device
-
- 🟢Current Activity
-
- 🟢Online Status
-
- 🟡Live Chat if user is online
-
- 🟡Away message if user is away or offline
-
- 🔴Github Activity Summary
- 🔴Skills Section
- 🔴Download CV Section
- 🔴About Section
[NB: 🔴=> Not Implemented Yet. 🟡=> Ongoing Process. 🟢=> Features Successfully Applied]
Live Link : https://sameon-cv.vercel.app/
- Next.js: React framework for building server-rendered applications.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Axios: Promise-based HTTP client for making API requests.
- Type Script: For better error handling
- Bun: This project is created with Bun
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/mdsabbiralmamon/sameon-rich-cv cd sameon-rich-cv
-
Install dependencies:
bun install # or npm install
-
Set environment variables:
- not added yet
-
Run the development server:
bun run dev # or npm dev
-
Open your browser:
Open http://localhost:3000 to view the application in your browser.
Will be added soon
Will be added soon
-
Build the project:
bun run build # or npm build
-
Deploy to hosting platform:
- For Vercel: Push the project to your Vercel repository linked to GitHub.
- For Netlify: Use Netlify CLI or deploy directly from the Netlify dashboard.
- For custom hosting: Upload the build files to your server or hosting provider of choice.
Feel free to contribute to this project. Contributions that improve documentation, fix bugs, or add new features are welcome. Fork the repository, make your changes, and submit a pull request.
MIT License © Md Sabbir Al Mamon.