Skip to content

helenyau0/event-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Events-app

Event-app is a simple web application that lists and manages events.

Usage

Before you begin cloning make sure your computer has git and Node installed.

To clone the repo locally onto your computer, open the terminal then type in:

$ git clone https://github.com/helenyau0/event-app.git
# downloads the project
$ cd event-app
# navigates into project folder
$ npm install
# installs all packages for project

Next find or create a .env file in the root folder of the project then set REACT_APP_URL=base url and REACT_APP_API_KEY=authorization token then save.

Then finally you can start your server by typing in the terminal:

$ npm start
# starts server on localhost:3000

Now the app should be up and ready to go!

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published