Skip to content

A website for ordering articles, created using Next.js, Typescript, and MobX, to fulfill the requirements set by DELOS.

Notifications You must be signed in to change notification settings

mrevanzak/DelosNews

Repository files navigation

How to run the project 🚀:

  1. Open the Terminal.
  2. Clone the repository by entering git clone https://github.com/mrevanzak/DelosNews.git .
  3. Ensure that NodeJS and npm are installed on the system.
  4. change the diectory to repository name using cd DelosNews.
  5. Create a .env file and write API_KEY='your NYTimes API'. You can get it on here.
  6. install the dependencies by executing the follwing command: yarn install.
  7. To run the project. execute yarn dev. and it will point to the localhost server with the port 3000.
  8. Enter the IP Address: http://localhost:3000 on a web browser and use the application.

About

A website for ordering articles, created using Next.js, Typescript, and MobX, to fulfill the requirements set by DELOS.

Resources

Stars

Watchers

Forks