https://github.com/mdsabbiralmamon/sameon-rich-cv
This is a resume site. But I wanted to track my activities with it. I have added my online and coding activity in this. Also trying to add more features.
https://github.com/mdsabbiralmamon/sameon-rich-cv
api-rest nextjs reactjs
Last synced: 4 months ago
JSON representation
This is a resume site. But I wanted to track my activities with it. I have added my online and coding activity in this. Also trying to add more features.
- Host: GitHub
- URL: https://github.com/mdsabbiralmamon/sameon-rich-cv
- Owner: mdsabbiralmamon
- License: mit
- Created: 2024-06-14T14:48:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T11:16:43.000Z (9 months ago)
- Last Synced: 2024-11-20T16:50:52.467Z (6 months ago)
- Topics: api-rest, nextjs, reactjs
- Language: TypeScript
- Homepage: https://sameon-cv.vercel.app
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Developer CV Project
A frontend developer CV project built with Next.js, showcasing skills, experience, and projects in a dynamic and interactive manner.
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Demo](#demo)
- [Technologies Used](#technologies-used)
- [Setup Instructions](#setup-instructions)
- [Usage](#usage)
- [Deployment](#deployment)
- [Contributing](#contributing)
- [License](#license)## Overview
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.
## Features
- 🟢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]
## Demo
Live Link : https://sameon-cv.vercel.app/
## Technologies Used
- **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## Setup Instructions
To run this project locally, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/mdsabbiralmamon/sameon-rich-cv
cd sameon-rich-cv
```2. **Install dependencies:**
```bash
bun install
# or
npm install
```3. **Set environment variables:**
- not added yet
4. **Run the development server:**
```bash
bun run dev
# or
npm dev
```5. **Open your browser:**
Open [http://localhost:3000](http://localhost:3000) to view the application in your browser.
## Usage
Will be added soon
## Deployment
Will be added soon
1. **Build the project:**
```bash
bun run build
# or
npm build
```2. **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.## Contributing
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.
## License
[MIT License](LICENSE) © Md Sabbir Al Mamon.
---