Skip to content

serhatozdursun/resume

Repository files navigation

Unit Tests CodeQL Static Code Analysis

UI Automation Test for Firefox

UI Automation Test for Chrome

Simple Resume Website

This is a simple resume website design project aimed at practicing TypeScript. The website design does not use a template and is built from scratch.

About

This project is built with Next.js, React, and Styled Components. It includes basic functionality to showcase a resume and is intended as a learning exercise.

Installation

  1. Clone the repository:
   git clone https://github.com/serhatozdursun/resume.git
   cd resume
  1. Install dependencies:
yarn install

Usage

Development

To run the development server:

yarn dev

This will start the Next.js development server.

Building

To build the project for production:

yarn build

Running in Production

To start the production server:

yarn start

Additional Information

Scripts

lint: Run ESLint to lint your code.

Dependencies

  • Next.js: React framework for production.
  • React: JavaScript library for building user interfaces.
  • React DOM: React package for working with the DOM.
  • React Icons: Easily use icons from popular icon sets in your React projects.
  • Styled Components: Visual primitives for the component age.

Dev Dependencies

  • TypeScript: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
  • @types/node: TypeScript definitions for Node.js modules.
  • @types/react: TypeScript definitions for React.
  • @types/styled-components: TypeScript definitions for Styled Components.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published