- Udacity Front-End Nanodegree Project
- important notes
- What is it?
- how to run
- about code
This project is created with create-react-app startup-code.
service worker only run in production mode.
- Main screen
- Main screen has two parts.
- List part
- Map part
- At the start of the application some locations are provided in the list and maped
- user can set the new locations
- user can filter the locations as per type or name and map will also reflect as per result.
- clone this repo using git clone or zip file.
https://github.com/kontactr/Neighborhood-Map
- traverse to the directory
- run the command
npm install
in it - start the server using
npm start
oryarn start
- open the browser and navigate to
localhost:3000/
-
To run the project in the build mode run
npm run build
-
Setup a static server and use run
npm install -g serve
serve -s build
-
And last navigate your browser to
http://localhost:5000
to run the production build of the project.
- React Fundamentals
- AJAX Request using fetch api
- React Component Communication