Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 997 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 997 Bytes

Covid-19 App

This is a responsive website of Covid-19 to increase awareness of corona virus. The design was made by Shamima-Nasrin and I only made the app to practice my skills of NextJs, HTML, CSS and responsive web.

Getting Started

  1. First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Create a new file named env.local and copy the content from example.env.txt to the file.

  2. Open http://localhost:3000 with your browser to see the result.

Technology Stack