Skip to content

Commit 75975b8

Browse files
Initial commit
1 parent d36584b commit 75975b8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# JavaScriptProjects
22
This guide is intended for people looking to work on projects to get hands-on learning experience but out of ideas.
3+
4+
#### Projects for Beginners
5+
6+
* Make a Tic Tac Toe Board
7+
* Make a web based calculator
8+
* Make a Todo List with persisting browser storage using localStorage api
9+
10+
### Intermediate Level Projects
11+
12+
* Make a script which autofills common signup fields using random data
13+
* Use Yahoo! Weather api to build a weather widget
14+
* Integrate SoundCloud on a web page to play a song according to the user's mood
15+
* Use [StarWars-API](https://swapi.co/) to generate a profile of all the characters and their weapons/vehicles
16+
17+
### Advanced Level Projects
18+
19+
* Use [NASA's Gene Lab API](https://api.nasa.gov/api.html#genelab) to build a tool to visualize and display data in an interactive manner
20+
* Use [USGS's API](https://earthquake.usgs.gov/fdsnws/event/1/) to visualise legacy data of Earthquakes with various filters(Magnitude, Date, Areas affected, Place of Origin)

0 commit comments

Comments
 (0)